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

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1878 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUFragmentState::nextInChain

Definition at line 1879 of file mini_webgpu.h.

◆ entryPoint

WGPUShaderModule WGPU_NULLABLE char const* WGPUFragmentState::entryPoint

Definition at line 1881 of file mini_webgpu.h.

◆ constantCount

size_t WGPUFragmentState::constantCount

Definition at line 1882 of file mini_webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUFragmentState::constants

Definition at line 1883 of file mini_webgpu.h.

◆ targetCount

size_t WGPUFragmentState::targetCount

Definition at line 1884 of file mini_webgpu.h.

◆ targets

WGPUColorTargetState const* WGPUFragmentState::targets

Definition at line 1885 of file mini_webgpu.h.


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