gpu: fix tests
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3589e9cbaf
commit
1ce40e1b46
14 changed files with 84 additions and 84 deletions
|
|
@ -573,7 +573,7 @@ pub const ImageCopyBuffer = extern struct {
|
|||
|
||||
pub const ImageCopyTexture = extern struct {
|
||||
next_in_chain: ?*const ChainedStruct = null,
|
||||
texture: Texture,
|
||||
texture: *Texture,
|
||||
mip_level: u32 = 0,
|
||||
origin: Origin3D,
|
||||
aspect: TextureAspect = .all,
|
||||
|
|
@ -589,8 +589,8 @@ pub const ProgrammableStageDescriptor = extern struct {
|
|||
};
|
||||
|
||||
pub const RenderPassColorAttachment = extern struct {
|
||||
view: ?TextureView,
|
||||
resolve_target: ?TextureView,
|
||||
view: ?*TextureView,
|
||||
resolve_target: ?*TextureView,
|
||||
load_op: LoadOp,
|
||||
store_op: StoreOp,
|
||||
/// deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue