Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::gfx::ResourceManager::ResourceInfo Struct Reference

Resource info types. More...

#include "resourcemanager.h"

Inheritance diagram for ion::gfx::ResourceManager::ResourceInfo:
Collaboration diagram for ion::gfx::ResourceManager::ResourceInfo:

Public Member Functions

 ResourceInfo ()
 

Public Attributes

GLuint id
 OpenGL object id. More...
 
std::string label
 The label of the ResourceHolder that owns the Resource. More...
 

Detailed Description

Resource info types.

Base struct for resource information types. Each type of resource has an associated OpenGL object id. Derived structs contain additional fields for resources beyond those defined by the ::*Info structs (defined in gfx/openglobjects.h).

Definition at line 83 of file resourcemanager.h.

Constructor & Destructor Documentation

ion::gfx::ResourceManager::ResourceInfo::ResourceInfo ( )
inline

Definition at line 84 of file resourcemanager.h.

Member Data Documentation

GLuint ion::gfx::ResourceManager::ResourceInfo::id

OpenGL object id.

Definition at line 86 of file resourcemanager.h.

std::string ion::gfx::ResourceManager::ResourceInfo::label

The label of the ResourceHolder that owns the Resource.

Definition at line 88 of file resourcemanager.h.


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