gpu: update defaults/optionality for PrimitiveDepthClipControl

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-27 09:42:13 -07:00 committed by Stephen Gutekanst
parent 9c7c8c00bf
commit a03b6a7b46

View file

@ -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 {