4.1.5.3. PythonicWrapper

class PyOpenGLng.Wrapper.PythonicWrapper.PythonicWrapper[source]

Bases: object

glGetActiveUniformBlockName(program, index)[source]

Retrieve the name of an active uniform block.

glGetActiveUniformBlockiv(program, index, pname)[source]

Query information about an active uniform block.

glGetActiveUniformsiv(program, indices, pname)[source]

Returns information about several active uniform variables for the specified program object.

glGetProgramiv(program, pname)[source]
glGetShaderiv(program, pname)[source]

Previous topic

4.1.5.2. CtypeWrapper

This Page