Uniform Blocks

class UniformBlock
name

str – name

index

int – The index of the uniform block.

size

int – The size of the uniform block.

binding

int – The binding of the uniform block.

class UniformBlockMap
__getitem__(key) → UniformBlock