GPUVertexAttribute constructor
GPUVertexAttribute({
- required GPUVertexFormat format,
- required GPUSize64 offset,
- required GPUIndex32 shaderLocation,
Implementation
external factory GPUVertexAttribute({
required GPUVertexFormat format,
required GPUSize64 offset,
required GPUIndex32 shaderLocation,
});