Skip to main content

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;

Inherited from

GPUProgrammableStage.module