canvas ~master (2021-11-24T18:43:05Z)
Dub
Repo
Mesh
canvas
backend
common
Undocumented in source.
abstract
class
Mesh {
void
dispose
();
void
upload
(void[] data);
}
Members
Functions
dispose
void
dispose
()
Releases all resources used by the mesh
upload
void
upload
(void[] data)
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