|
Cogs.Core
|
Public Attributes | |
| WGPUTexture | texture |
| WGPUTextureFormat | view_format |
| TextureFormat | format |
| WGPUTextureViewDimension | view_dimension |
| WGPUTextureView | texture_view |
| uint32_t | width |
| uint32_t | height |
| uint32_t | samples |
Definition at line 9 of file TexturesWebGPU.h.
| TextureFormat Cogs::TextureWebGPU::format |
Definition at line 13 of file TexturesWebGPU.h.
| uint32_t Cogs::TextureWebGPU::height |
Definition at line 18 of file TexturesWebGPU.h.
| uint32_t Cogs::TextureWebGPU::samples |
Definition at line 19 of file TexturesWebGPU.h.
| WGPUTexture Cogs::TextureWebGPU::texture |
Definition at line 10 of file TexturesWebGPU.h.
| WGPUTextureView Cogs::TextureWebGPU::texture_view |
Definition at line 15 of file TexturesWebGPU.h.
| WGPUTextureViewDimension Cogs::TextureWebGPU::view_dimension |
Definition at line 14 of file TexturesWebGPU.h.
| WGPUTextureFormat Cogs::TextureWebGPU::view_format |
Definition at line 12 of file TexturesWebGPU.h.
| uint32_t Cogs::TextureWebGPU::width |
Definition at line 17 of file TexturesWebGPU.h.