Cogs.Core
|
Public Attributes | |
WGPUTextureView | view = {} |
TextureHandle | textureHandle = {} |
uint32_t | samples = 0 |
WGPUTextureFormat | format = WGPUTextureFormat_Undefined |
Definition at line 21 of file RenderTargetsWebGPU.h.
WGPUTextureFormat Cogs::DepthStencilTargetWebGPU::format = WGPUTextureFormat_Undefined |
Definition at line 25 of file RenderTargetsWebGPU.h.
uint32_t Cogs::DepthStencilTargetWebGPU::samples = 0 |
Definition at line 24 of file RenderTargetsWebGPU.h.
TextureHandle Cogs::DepthStencilTargetWebGPU::textureHandle = {} |
Definition at line 23 of file RenderTargetsWebGPU.h.
WGPUTextureView Cogs::DepthStencilTargetWebGPU::view = {} |
Definition at line 22 of file RenderTargetsWebGPU.h.