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

Public Attributes

size_t bufferUploadSize = 0
 
size_t textureUploadSize = 0
 
uint32_t bufferUploads = 0
 
uint32_t textureUploads = 0
 

Detailed Description

Definition at line 32 of file Statistics.h.

Member Data Documentation

◆ bufferUploads

uint32_t Cogs::UploadStatistics::bufferUploads = 0

Definition at line 37 of file Statistics.h.

◆ bufferUploadSize

size_t Cogs::UploadStatistics::bufferUploadSize = 0

Definition at line 34 of file Statistics.h.

◆ textureUploads

uint32_t Cogs::UploadStatistics::textureUploads = 0

Definition at line 38 of file Statistics.h.

◆ textureUploadSize

size_t Cogs::UploadStatistics::textureUploadSize = 0

Definition at line 35 of file Statistics.h.


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