Skip to content

I have an error that is not supposed to exist... #167

@kdschlosser

Description

@kdschlosser
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions