-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
OpenGL.error.GLError: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glGenBuffers,
pyArgs = (
3,
<object object at 0x000001E7E9803060>,
),
cArgs = (3, array([10, 11, 12], dtype=uint32)),
cArguments = (3, array([10, 11, 12], dtype=uint32))
)
invalid operation is not an error that should be raised when using glGenBuffers according to the documentation for OpenGL. This happens no matter what I pass for a value that is >=1
you can see that the error is not listed in the documentation for OpenGL.
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glGenBuffers.xhtml
Metadata
Metadata
Assignees
Labels
No labels