You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (caps.GL_ARB_debug_output)
glDebugMessageCallbackARB(new ARBDebugOutputCallback());
Every frame it outputs the following on the console:
[LWJGL] ARB_debug_output message
ID: 131154
Source: API
Type: PERFORMANCE
Severity: MEDIUM
Message: Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering.
Is it possible to fix this?
The text was updated successfully, but these errors were encountered:
In LwjglToJavaFX there is this code:
Every frame it outputs the following on the console:
Is it possible to fix this?
The text was updated successfully, but these errors were encountered: