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

Data Fields

WGPUChainedStruct const * nextInChain
 
uint32_t count
 
uint32_t mask
 
WGPUBool alphaToCoverageEnabled
 

Detailed Description

Default values can be set using WGPU_MULTISAMPLE_STATE_INIT as initializer.

Definition at line 2164 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUMultisampleState::nextInChain

Definition at line 2165 of file webgpu.h.

◆ count

uint32_t WGPUMultisampleState::count

Defaults to 1.

Definition at line 2169 of file webgpu.h.

◆ mask

uint32_t WGPUMultisampleState::mask

Defaults to 0xFFFFFFFF.

Definition at line 2173 of file webgpu.h.

◆ alphaToCoverageEnabled

WGPUBool WGPUMultisampleState::alphaToCoverageEnabled

Defaults to 0.

Definition at line 2177 of file webgpu.h.