gpu: convert *opaque -> opaque for Buffer

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 22:19:20 -07:00 committed by Stephen Gutekanst
parent 13038afb28
commit 1714f43e1f
9 changed files with 29 additions and 29 deletions

View file

@ -22,7 +22,7 @@ pub const BindGroup = opaque {
pub const BindGroupEntry = extern struct {
next_in_chain: ?*const ChainedStruct = null,
binding: u32,
buffer: ?Buffer,
buffer: ?*Buffer,
offset: u64 = 0,
size: u64,
sampler: ?Sampler,