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

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
char const * label
 
uint32_t colorFormatsCount
 
WGPUTextureFormat const * colorFormats
 
WGPUTextureFormat depthStencilFormat
 
uint32_t sampleCount
 
bool depthReadOnly
 
bool stencilReadOnly
 

Detailed Description

Definition at line 972 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderBundleEncoderDescriptor::nextInChain

Definition at line 973 of file mini_webgpu.h.

◆ label

char const* WGPURenderBundleEncoderDescriptor::label

Definition at line 974 of file mini_webgpu.h.

◆ colorFormatsCount

uint32_t WGPURenderBundleEncoderDescriptor::colorFormatsCount

Definition at line 975 of file mini_webgpu.h.

◆ colorFormats

WGPUTextureFormat const* WGPURenderBundleEncoderDescriptor::colorFormats

Definition at line 976 of file mini_webgpu.h.

◆ depthStencilFormat

WGPUTextureFormat WGPURenderBundleEncoderDescriptor::depthStencilFormat

Definition at line 977 of file mini_webgpu.h.

◆ sampleCount

uint32_t WGPURenderBundleEncoderDescriptor::sampleCount

Definition at line 978 of file mini_webgpu.h.

◆ depthReadOnly

bool WGPURenderBundleEncoderDescriptor::depthReadOnly

Definition at line 979 of file mini_webgpu.h.

◆ stencilReadOnly

bool WGPURenderBundleEncoderDescriptor::stencilReadOnly

Definition at line 980 of file mini_webgpu.h.


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