create_indexed_domain Function

Defined in pyglet.graphics.vertexdomain

create_indexed_domain(*attribute_usage_formats)

Create an indexed vertex domain covering the given attribute usage formats. See documentation for create_attribute_usage and pyglet.graphics.vertexattribute.create_attribute for the grammar of these format strings.

Return type:VertexDomain

Previous topic

create_domain Function

Next topic

Batch Class