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

Public Member Functions

size_t hash (size_t base)
 

Public Attributes

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

Detailed Description

Definition at line 27 of file RenderTargetsWebGPU.h.

Member Function Documentation

◆ hash()

size_t Cogs::DepthStencilTargetWebGPU::hash ( size_t  base)
inline

Definition at line 33 of file RenderTargetsWebGPU.h.

Member Data Documentation

◆ format

WGPUTextureFormat Cogs::DepthStencilTargetWebGPU::format = WGPUTextureFormat_Undefined

Definition at line 31 of file RenderTargetsWebGPU.h.

◆ samples

uint32_t Cogs::DepthStencilTargetWebGPU::samples = 0

Definition at line 30 of file RenderTargetsWebGPU.h.

◆ textureHandle

TextureHandle Cogs::DepthStencilTargetWebGPU::textureHandle = {}

Definition at line 29 of file RenderTargetsWebGPU.h.

◆ view

WGPUTextureView Cogs::DepthStencilTargetWebGPU::view = {}

Definition at line 28 of file RenderTargetsWebGPU.h.


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