gpu: add Extent3D
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
bb399b5050
commit
9079f5bd33
2 changed files with 6 additions and 6 deletions
|
|
@ -59,12 +59,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
const char* const * forceDisabledToggles;
|
||||
} WGPUDawnTogglesDeviceDescriptor;
|
||||
|
||||
typedef struct WGPUExtent3D {
|
||||
width: u32,
|
||||
height: u32,
|
||||
depth_or_array_layers: u32,
|
||||
} WGPUExtent3D;
|
||||
|
||||
typedef struct WGPUExternalTextureBindingEntry {
|
||||
WGPUChainedStruct chain;
|
||||
WGPUExternalTexture externalTexture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue