IndexFragment

Undocumented in source.
static if(ENABLE_OPENGL)
static if(BACKEND_GUI)
struct IndexFragment {}

Constructors

this
this(PrimitiveType type, int start, int end)
Undocumented in source.

Members

Variables

end
ushort end;
Undocumented in source.
start
ushort start;
Undocumented in source.
type
PrimitiveType type;
Undocumented in source.

Meta