gpu: add VertexAttribute

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:58:32 -07:00 committed by Stephen Gutekanst
parent ad03565ff5
commit 1069889ea6
3 changed files with 7 additions and 6 deletions

View file

@ -392,12 +392,6 @@ typedef struct WGPURenderPassDepthStencilAttachment {
typedef struct WGPUVertexAttribute {
WGPUVertexFormat format;
uint64_t offset;
uint32_t shaderLocation;
} WGPUVertexAttribute;
typedef struct WGPUBlendState {
WGPUBlendComponent color;
WGPUBlendComponent alpha;