GPUVertexState
Extends
Properties
buffers?
optional buffers?: (GPUVertexBufferLayout | null)[];
constants?
optional constants?: Record<string, number>;
Inherited from
GPUProgrammableStage.constants
entryPoint?
optional entryPoint?: string;
Inherited from
GPUProgrammableStage.entryPoint
module
module: GPUShaderModule;