Interface gpuGPUVertexBufferLayout

interface gpuGPUVertexBufferLayout {
    arrayStride: number | bigint;
    attributes: gpuGPUVertexAttribute[];
    stepMode?: string;
}

Properties

arrayStride: number | bigint
attributes: gpuGPUVertexAttribute[]
stepMode?: string