Cogs.Core
|
Public Attributes | |
WGPUTextureView | view [8] = {} |
TextureHandle | textureHandle [8] = {} |
WGPUTextureFormat | format [8] = { WGPUTextureFormat_Undefined } |
uint32_t | count = 0 |
uint32_t | width = 0 |
uint32_t | height = 0 |
uint32_t | samples = 0 |
Definition at line 11 of file RenderTargetsWebGPU.h.
uint32_t Cogs::RenderTargetWebGPU::count = 0 |
Definition at line 15 of file RenderTargetsWebGPU.h.
WGPUTextureFormat Cogs::RenderTargetWebGPU::format[8] = { WGPUTextureFormat_Undefined } |
Definition at line 14 of file RenderTargetsWebGPU.h.
uint32_t Cogs::RenderTargetWebGPU::height = 0 |
Definition at line 18 of file RenderTargetsWebGPU.h.
uint32_t Cogs::RenderTargetWebGPU::samples = 0 |
Definition at line 19 of file RenderTargetsWebGPU.h.
TextureHandle Cogs::RenderTargetWebGPU::textureHandle[8] = {} |
Definition at line 13 of file RenderTargetsWebGPU.h.
WGPUTextureView Cogs::RenderTargetWebGPU::view[8] = {} |
Definition at line 12 of file RenderTargetsWebGPU.h.
uint32_t Cogs::RenderTargetWebGPU::width = 0 |
Definition at line 17 of file RenderTargetsWebGPU.h.