Halide
WGPUFragmentState Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUShaderModule module
 
const char * entryPoint
 
uint32_t constantCount
 
const WGPUConstantEntryconstants
 
uint32_t targetCount
 
const WGPUColorTargetStatetargets
 

Detailed Description

Definition at line 1349 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUFragmentState::nextInChain

Definition at line 1350 of file mini_webgpu.h.

◆ module

WGPUShaderModule WGPUFragmentState::module

Definition at line 1351 of file mini_webgpu.h.

◆ entryPoint

const char* WGPUFragmentState::entryPoint

Definition at line 1352 of file mini_webgpu.h.

◆ constantCount

uint32_t WGPUFragmentState::constantCount

Definition at line 1353 of file mini_webgpu.h.

◆ constants

const WGPUConstantEntry* WGPUFragmentState::constants

Definition at line 1354 of file mini_webgpu.h.

◆ targetCount

uint32_t WGPUFragmentState::targetCount

Definition at line 1355 of file mini_webgpu.h.

◆ targets

const WGPUColorTargetState* WGPUFragmentState::targets

Definition at line 1356 of file mini_webgpu.h.


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