gpu: update defaults/optionality for ImageCopyTexture

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-27 09:59:52 -07:00 committed by Stephen Gutekanst
parent e0e262ea1c
commit 420077e42f

View file

@ -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 {