diff --git a/gpu/src/types.zig b/gpu/src/types.zig index 8c2eafe7..de8e2012 100644 --- a/gpu/src/types.zig +++ b/gpu/src/types.zig @@ -493,7 +493,7 @@ pub const MultisampleState = extern struct { pub const PrimitiveDepthClampingState = extern struct { chain: ChainedStruct, - clamp_depth: bool, + clamp_depth: bool = false, }; pub const PrimitiveDepthClipControl = extern struct {