Skip to content

Commit fb9e8d3

Browse files
committed
More WebGPU Bools
1 parent 4e03f91 commit fb9e8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wgpu.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ pub const BufferDescriptor = extern struct {
779779
label: ?[*:0]const u8 = null,
780780
usage: BufferUsage,
781781
size: u64,
782-
mapped_at_creation: bool = false,
782+
mapped_at_creation: u32 = 0,
783783
};
784784

785785
pub const CommandEncoderDescriptor = extern struct {

0 commit comments

Comments
 (0)