canvas ~master (2021-11-24T18:43:05Z)
Dub
Repo
VertexFormat
canvas
backend
common
Undocumented in source.
struct
VertexFormat {
Attribute
[]
attributes
;
size_t
stride
;
void
add
(string name, AttributeType type);
}
Members
Functions
add
void
add
(string name, AttributeType type)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attributes
Attribute
[]
attributes
;
Undocumented in source.
stride
size_t
stride
;
Undocumented in source.
Meta
Source
See Implementation
canvas
backend
common
classes
CanvasBackend
Framebuffer
Mesh
Shader
Texture
enums
AttributeType
BlendingFunctions
DrawMode
MeshUsage
ShaderType
StencilFunction
StencilOp
functions
byteLength
structs
Attribute
BlendingFunction
ShaderSource
Stencil
VertexFormat