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

non-fatal error from examples/glow/cube/cube.exe after latest merge #45

Closed
jasonrpowers opened this issue Sep 3, 2014 · 4 comments
Closed

Comments

@jasonrpowers
Copy link

$ cube.exe
Could not initialize GL 4.4 (non-fatal)
OpenGL version 3.3.0
Debug source=33350 type=33356 severity=37190: GL_INVALID_ENUM error generated. <
cap> enum is invalid; expected GL_ALPHA_TEST, GL_BLEND, GL_COLOR_MATERIAL, GL_CU
LL_FACE, GL_DEPTH_TEST, GL_DITHER, GL_FOG, etc. (136 others).
Debug source=33350 type=33361 severity=33387: Buffer detailed info: Buffer objec
t 1 (bound to GL_ARRAY_BUFFER_ARB, usage hint is GL_STATIC_DRAW) will use VIDEO
memory as the source for buffer object operations.

@errcw
Copy link
Member

errcw commented Sep 3, 2014

This warning message is working as intended. The example is attempting to demonstrate how to use two different glow packages simultaneously. The message simply indicates that initializing the GL 4.4 package failed.

Though it occurs to me that attempting to init 4.4 with a 3.3 package will (likely) never succeed. I should update the example.

@jasonrpowers
Copy link
Author

thanks eric

@errcw
Copy link
Member

errcw commented Sep 7, 2014

I have a fix pending in go-gl/example#37.

@errcw
Copy link
Member

errcw commented Sep 8, 2014

The fix was merged.

@errcw errcw closed this as completed Sep 8, 2014
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

2 participants