|
Ion
|
The below info types contain additional informative fields about resources. More...
#include "resourcemanager.h"


Public Attributes | |
| size_t | vertex_count |
| The total number of vertices calculated the last time the array was rendered. More... | |
| GLuint | id |
| OpenGL object id. More... | |
| std::string | label |
| The label of the ResourceHolder that owns the Resource. More... | |
The below info types contain additional informative fields about resources.
Definition at line 97 of file resourcemanager.h.
|
inherited |
OpenGL object id.
Definition at line 86 of file resourcemanager.h.
|
inherited |
The label of the ResourceHolder that owns the Resource.
Definition at line 88 of file resourcemanager.h.
| size_t ion::gfx::ResourceManager::ArrayResourceInfo::vertex_count |
The total number of vertices calculated the last time the array was rendered.
Definition at line 100 of file resourcemanager.h.