From a03b6a7b46aacde028906b5ac6d83c1d06514491 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 27 Jul 2022 09:42:13 -0700 Subject: [PATCH] gpu: update defaults/optionality for PrimitiveDepthClipControl Signed-off-by: Stephen Gutekanst --- gpu/src/types.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu/src/types.zig b/gpu/src/types.zig index 91c13c98..8c2eafe7 100644 --- a/gpu/src/types.zig +++ b/gpu/src/types.zig @@ -498,7 +498,7 @@ pub const PrimitiveDepthClampingState = extern struct { pub const PrimitiveDepthClipControl = extern struct { chain: ChainedStruct, - unclipped_depth: bool, + unclipped_depth: bool = false, }; pub const PrimitiveState = extern struct {