gpu: add Origin3D
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
edf66b6b8d
commit
9b08741970
3 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue