deno / 1.23.2 / ~ / gpuvertexbufferlayout.html /

GPUVertexBufferLayout

interface GPUVertexBufferLayout {
arrayStride : number;
attributes : GPUVertexAttribute[];
stepMode? : GPUVertexStepMode;
}

Properties

arrayStride : number
attributes : GPUVertexAttribute[]
stepMode? : GPUVertexStepMode