Definition
WebGPU defines GPUVertexAttribute
dictionary GPUVertexAttribute {
required GPUVertexFormat format;
required GPUSize64 offset;
required GPUIndex32 shaderLocation;
};
GPUVertexAttribute
dictionaryWebGPU defines GPUVertexAttribute
dictionary GPUVertexAttribute {
required GPUVertexFormat format;
required GPUSize64 offset;
required GPUIndex32 shaderLocation;
};