dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
IndexFragment
dlangui
graphics
scene
mesh
Undocumented in source.
static if
(
ENABLE_OPENGL
)
static if
(
BACKEND_GUI
)
struct
IndexFragment {
PrimitiveType
type
;
ushort
start
;
ushort
end
;
this
(PrimitiveType type, int start, int end);
}
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
Source
See Implementation
dlangui
graphics
scene
mesh
aliases
MeshRef
classes
GraphicsEffect
Mesh
MeshPart
VertexBuffer
enums
DefaultAttribute
DefaultUniform
PrimitiveType
VertexElementType
manifest constants
VERTEX_ELEMENT_NOT_FOUND
structs
IndexFragment
VertexElement
VertexFormat