gpu: add Origin3D

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:47:23 -07:00 committed by Stephen Gutekanst
parent edf66b6b8d
commit 9b08741970
3 changed files with 8 additions and 6 deletions

View file

@ -377,12 +377,6 @@ typedef struct WGPURenderPassTimestampWrite {
typedef struct WGPUOrigin3D {
uint32_t x;
uint32_t y;
uint32_t z;
} WGPUOrigin3D;
typedef struct WGPURenderPassDepthStencilAttachment {
WGPUTextureView view;
WGPULoadOp depthLoadOp;