Cogs.Core
Public Attributes | List of all members
Cogs::DepthStencilTargetWebGPU Struct Reference

Public Attributes

WGPUTextureView view = {}
 
TextureHandle textureHandle = {}
 
uint32_t samples = 0
 
WGPUTextureFormat format = WGPUTextureFormat_Undefined
 

Detailed Description

Definition at line 21 of file RenderTargetsWebGPU.h.

Member Data Documentation

◆ format

WGPUTextureFormat Cogs::DepthStencilTargetWebGPU::format = WGPUTextureFormat_Undefined

Definition at line 25 of file RenderTargetsWebGPU.h.

◆ samples

uint32_t Cogs::DepthStencilTargetWebGPU::samples = 0

Definition at line 24 of file RenderTargetsWebGPU.h.

◆ textureHandle

TextureHandle Cogs::DepthStencilTargetWebGPU::textureHandle = {}

Definition at line 23 of file RenderTargetsWebGPU.h.

◆ view

WGPUTextureView Cogs::DepthStencilTargetWebGPU::view = {}

Definition at line 22 of file RenderTargetsWebGPU.h.


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