gpu: update defaults/optionality for Extent3D
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0c5e3b5dac
commit
36d083b62f
1 changed files with 2 additions and 2 deletions
|
|
@ -416,8 +416,8 @@ pub const Color = extern struct {
|
|||
|
||||
pub const Extent3D = extern struct {
|
||||
width: u32,
|
||||
height: u32,
|
||||
depth_or_array_layers: u32,
|
||||
height: u32 = 1,
|
||||
depth_or_array_layers: u32 = 1,
|
||||
};
|
||||
|
||||
pub const Limits = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue