@novorender/api / RenderStateDynamicVertexAttribute
Type Alias: RenderStateDynamicVertexAttribute
type RenderStateDynamicVertexAttribute = Omit<VertexAttribute, "buffer"> & object;
Defined in: @novorender/src/core3d/state/dynamic.ts:103
Vertex attribute type for dynamic objects.
Type declaration
buffer
readonly buffer: BufferSource;