WebGPU Native  v0.1.0
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

Definition at line 962 of file webgpu.h.

Field Documentation

◆ alphaToCoverageEnabled

WGPUBool WGPUMultisampleState::alphaToCoverageEnabled

Definition at line 966 of file webgpu.h.

◆ count

uint32_t WGPUMultisampleState::count

Definition at line 964 of file webgpu.h.

◆ mask

uint32_t WGPUMultisampleState::mask

Definition at line 965 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUMultisampleState::nextInChain

Definition at line 963 of file webgpu.h.


The documentation for this struct was generated from the following file: