gpu: update defaults/optionality for RenderPassDescriptorMaxDrawCount

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-27 09:46:22 -07:00 committed by Stephen Gutekanst
parent 7fe253d11f
commit 08f8534d1d

View file

@ -511,7 +511,7 @@ pub const PrimitiveState = extern struct {
pub const RenderPassDescriptorMaxDrawCount = extern struct {
chain: ChainedStruct,
max_draw_count: u64,
max_draw_count: u64 = 50000000,
};
pub const StencilFaceState = extern struct {