gpu: update defaults/optionality for ImageCopyTexture
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e0e262ea1c
commit
420077e42f
1 changed files with 2 additions and 2 deletions
|
|
@ -569,9 +569,9 @@ pub const ImageCopyBuffer = extern struct {
|
|||
pub const ImageCopyTexture = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
texture: Texture,
|
||||
mip_level: u32,
|
||||
mip_level: u32 = 0,
|
||||
origin: Origin3D,
|
||||
aspect: TextureAspect,
|
||||
aspect: TextureAspect = .all,
|
||||
};
|
||||
|
||||
pub const ProgrammableStageDescriptor = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue