gpu: update defaults/optionality for RenderPassDescriptorMaxDrawCount
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7fe253d11f
commit
08f8534d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue