interface gpuGPUVertexState {
    buffers?: gpuGPUVertexBufferLayout[];
    constants?: Record<string, number>;
    entryPoint: string;
    module: gpuGPUShaderModule;
}

Properties

constants?: Record<string, number>
entryPoint: string