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

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
 

Detailed Description

Definition at line 11 of file RenderTargetsWebGPU.h.

Member Data Documentation

◆ count

uint32_t Cogs::RenderTargetWebGPU::count = 0

Definition at line 15 of file RenderTargetsWebGPU.h.

◆ format

WGPUTextureFormat Cogs::RenderTargetWebGPU::format[8] = { WGPUTextureFormat_Undefined }

Definition at line 14 of file RenderTargetsWebGPU.h.

◆ height

uint32_t Cogs::RenderTargetWebGPU::height = 0

Definition at line 18 of file RenderTargetsWebGPU.h.

◆ samples

uint32_t Cogs::RenderTargetWebGPU::samples = 0

Definition at line 19 of file RenderTargetsWebGPU.h.

◆ textureHandle

TextureHandle Cogs::RenderTargetWebGPU::textureHandle[8] = {}

Definition at line 13 of file RenderTargetsWebGPU.h.

◆ view

WGPUTextureView Cogs::RenderTargetWebGPU::view[8] = {}

Definition at line 12 of file RenderTargetsWebGPU.h.

◆ width

uint32_t Cogs::RenderTargetWebGPU::width = 0

Definition at line 17 of file RenderTargetsWebGPU.h.


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