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
|
|
@ -25,8 +25,8 @@ pub const BindGroupEntry = extern struct {
|
|||
buffer: ?*Buffer,
|
||||
offset: u64 = 0,
|
||||
size: u64,
|
||||
sampler: ?Sampler,
|
||||
texture_view: ?TextureView,
|
||||
sampler: ?*Sampler,
|
||||
texture_view: ?*TextureView,
|
||||
};
|
||||
|
||||
pub const BindGroupDescriptor = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue