Halide 16.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPUFragmentState Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
WGPUShaderModule char const * entryPoint
 
uint32_t constantCount
 
WGPUConstantEntry const * constants
 
uint32_t targetCount
 
WGPUColorTargetState const * targets
 

Detailed Description

Definition at line 1349 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUFragmentState::nextInChain

Definition at line 1350 of file mini_webgpu.h.

◆ entryPoint

WGPUShaderModule char const* 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

WGPUConstantEntry const* 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

WGPUColorTargetState const* WGPUFragmentState::targets

Definition at line 1356 of file mini_webgpu.h.


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