Halide
WGPURenderBundleEncoderDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
uint32_t colorFormatsCount
 
const WGPUTextureFormatcolorFormats
 
WGPUTextureFormat depthStencilFormat
 
uint32_t sampleCount
 
bool depthReadOnly
 
bool stencilReadOnly
 

Detailed Description

Definition at line 972 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPURenderBundleEncoderDescriptor::nextInChain

Definition at line 973 of file mini_webgpu.h.

◆ label

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

const WGPUTextureFormat* 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: