Halide
WGPUMultisampleState Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
uint32_t count
 
uint32_t mask
 
bool alphaToCoverageEnabled
 

Detailed Description

Definition at line 914 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUMultisampleState::nextInChain

Definition at line 915 of file mini_webgpu.h.

◆ count

uint32_t WGPUMultisampleState::count

Definition at line 916 of file mini_webgpu.h.

◆ mask

uint32_t WGPUMultisampleState::mask

Definition at line 917 of file mini_webgpu.h.

◆ alphaToCoverageEnabled

bool WGPUMultisampleState::alphaToCoverageEnabled

Definition at line 918 of file mini_webgpu.h.


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