In LwjglToJavaFX there is this code:
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?
In LwjglToJavaFX there is this code:
Every frame it outputs the following on the console:
Is it possible to fix this?