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

Public Attributes

std::unique_ptr< FileContentsdata
 
TextureLoadInfoloadInfo = nullptr
 
ILoadedTextureLoaderloadedLoader = nullptr
 

Detailed Description

Definition at line 171 of file TextureManager.h.

Member Data Documentation

◆ data

std::unique_ptr<FileContents> Cogs::Core::TextureManager::FetchedItem::data

Definition at line 172 of file TextureManager.h.

◆ loadedLoader

ILoadedTextureLoader* Cogs::Core::TextureManager::FetchedItem::loadedLoader = nullptr

Definition at line 174 of file TextureManager.h.

◆ loadInfo

TextureLoadInfo* Cogs::Core::TextureManager::FetchedItem::loadInfo = nullptr

Definition at line 173 of file TextureManager.h.


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