We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a524 commit fa83874Copy full SHA for fa83874
1 file changed
core/src/processing/webgpu/PSurfaceGLFW.java
@@ -121,7 +121,7 @@ public long getWindowHandle() {
121
if (Platform.get() == Platform.MACOSX) {
122
return GLFWNativeCocoa.glfwGetCocoaWindow(window);
123
} else {
124
- return window;
+ throw new UnsupportedOperationException("Window handle retrieval not implemented for this platform");
125
}
126
127
0 commit comments