WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPURenderPassMaxDrawCount Struct Reference

Data Fields

WGPUChainedStruct chain
 
uint64_t maxDrawCount
 

Detailed Description

Default values can be set using WGPU_RENDER_PASS_MAX_DRAW_COUNT_INIT as initializer.

Definition at line 2467 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPURenderPassMaxDrawCount::chain

Definition at line 2468 of file webgpu.h.

◆ maxDrawCount

uint64_t WGPURenderPassMaxDrawCount::maxDrawCount

Defaults to 50000000.

Definition at line 2472 of file webgpu.h.