WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPURenderBundleEncoderDescriptor Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
size_t colorFormatCount
 
WGPUTextureFormat const * colorFormats
 
WGPUTextureFormat depthStencilFormat
 
uint32_t sampleCount
 
WGPUBool depthReadOnly
 
WGPUBool stencilReadOnly
 

Detailed Description

Definition at line 1004 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderBundleEncoderDescriptor::nextInChain

Definition at line 1005 of file webgpu.h.

◆ label

char const* WGPURenderBundleEncoderDescriptor::label

Definition at line 1006 of file webgpu.h.

◆ colorFormatCount

size_t WGPURenderBundleEncoderDescriptor::colorFormatCount

Definition at line 1007 of file webgpu.h.

◆ colorFormats

WGPUTextureFormat const* WGPURenderBundleEncoderDescriptor::colorFormats

Definition at line 1008 of file webgpu.h.

◆ depthStencilFormat

WGPUTextureFormat WGPURenderBundleEncoderDescriptor::depthStencilFormat

Definition at line 1009 of file webgpu.h.

◆ sampleCount

uint32_t WGPURenderBundleEncoderDescriptor::sampleCount

Definition at line 1010 of file webgpu.h.

◆ depthReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::depthReadOnly

Definition at line 1011 of file webgpu.h.

◆ stencilReadOnly

WGPUBool WGPURenderBundleEncoderDescriptor::stencilReadOnly

Definition at line 1012 of file webgpu.h.