Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixel-path performance warning #3

Open
nooone opened this issue Jul 4, 2014 · 0 comments
Open

Pixel-path performance warning #3

nooone opened this issue Jul 4, 2014 · 0 comments

Comments

@nooone
Copy link

nooone commented Jul 4, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant