gpu: add Origin3D
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c7798edafb
commit
991887fc67
2 changed files with 6 additions and 6 deletions
|
|
@ -91,12 +91,6 @@ typedef struct WGPUMultisampleState {
|
|||
alpha_to_coverage_enabled: bool,
|
||||
} WGPUMultisampleState;
|
||||
|
||||
typedef struct WGPUOrigin3D {
|
||||
x: u32,
|
||||
y: u32,
|
||||
z: u32,
|
||||
} WGPUOrigin3D;
|
||||
|
||||
typedef struct WGPUPipelineLayoutDescriptor {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
label: ?[*:0]const u8 = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue