@novorender/web_app / RenderStateDynamicVertexAttribute
Type Alias: RenderStateDynamicVertexAttribute
type RenderStateDynamicVertexAttribute: Omit<VertexAttribute, "buffer"> & object;
Vertex attribute type for dynamic objects.
Type declaration
buffer
readonly buffer: BufferSource;