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

Public Attributes

WGPUTexture texture
 
WGPUTextureFormat view_format
 
WGPUTextureViewDimension view_dimension
 
WGPUTextureView texture_view
 
uint32_t width
 
uint32_t height
 
uint32_t samples
 

Detailed Description

Definition at line 9 of file TexturesWebGPU.h.

Member Data Documentation

◆ height

uint32_t Cogs::TextureWebGPU::height

Definition at line 17 of file TexturesWebGPU.h.

◆ samples

uint32_t Cogs::TextureWebGPU::samples

Definition at line 18 of file TexturesWebGPU.h.

◆ texture

WGPUTexture Cogs::TextureWebGPU::texture

Definition at line 10 of file TexturesWebGPU.h.

◆ texture_view

WGPUTextureView Cogs::TextureWebGPU::texture_view

Definition at line 14 of file TexturesWebGPU.h.

◆ view_dimension

WGPUTextureViewDimension Cogs::TextureWebGPU::view_dimension

Definition at line 13 of file TexturesWebGPU.h.

◆ view_format

WGPUTextureFormat Cogs::TextureWebGPU::view_format

Definition at line 12 of file TexturesWebGPU.h.

◆ width

uint32_t Cogs::TextureWebGPU::width

Definition at line 16 of file TexturesWebGPU.h.


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