gpu: update defaults/optionality for PrimitiveDepthClampingState

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

View file

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