Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::AssetGpuStats Struct Reference

Public Member Functions

AssetGpuStatsoperator+= (const AssetGpuStats &other)
 

Public Attributes

uint64_t memory = 0
 
uint32_t drawCalls = 0
 
uint32_t primitiveCount = 0
 

Detailed Description

Definition at line 50 of file AssetInstanceData.h.

Member Function Documentation

◆ operator+=()

AssetGpuStats & Cogs::Core::AssetGpuStats::operator+= ( const AssetGpuStats other)
inline

Definition at line 56 of file AssetInstanceData.h.

Member Data Documentation

◆ drawCalls

uint32_t Cogs::Core::AssetGpuStats::drawCalls = 0

Definition at line 53 of file AssetInstanceData.h.

◆ memory

uint64_t Cogs::Core::AssetGpuStats::memory = 0

Definition at line 52 of file AssetInstanceData.h.

◆ primitiveCount

uint32_t Cogs::Core::AssetGpuStats::primitiveCount = 0

Definition at line 54 of file AssetInstanceData.h.


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