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

Public Attributes

uint32_t index = ::NoValue
 
uint32_t fileIndex = ::NoValue
 
uint32_t part = ::NoValue
 
uint32_t depth = 0
 Depth in the lod hierarchy, root is 1.
 
AssetGpuStats cost
 
bool requested = false
 

Detailed Description

Definition at line 184 of file AssetSystem.cpp.

Member Data Documentation

◆ cost

AssetGpuStats Cogs::Core::ModelInstanceData::cost

Definition at line 190 of file AssetSystem.cpp.

◆ depth

uint32_t Cogs::Core::ModelInstanceData::depth = 0

Depth in the lod hierarchy, root is 1.

Definition at line 189 of file AssetSystem.cpp.

◆ fileIndex

uint32_t Cogs::Core::ModelInstanceData::fileIndex = ::NoValue

Definition at line 187 of file AssetSystem.cpp.

◆ index

uint32_t Cogs::Core::ModelInstanceData::index = ::NoValue

Definition at line 186 of file AssetSystem.cpp.

◆ part

uint32_t Cogs::Core::ModelInstanceData::part = ::NoValue

Definition at line 188 of file AssetSystem.cpp.

◆ requested

bool Cogs::Core::ModelInstanceData::requested = false

Definition at line 191 of file AssetSystem.cpp.


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