Interface gpuGPUVertexAttribute

interface gpuGPUVertexAttribute {
    format: string;
    offset: number | bigint;
    shaderLocation: number;
}

Properties

format: string
offset: number | bigint
shaderLocation: number