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

The below info types contain additional informative fields about resources. More...

#include "resourcemanager.h"

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

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...
 

Detailed Description

The below info types contain additional informative fields about resources.

Definition at line 97 of file resourcemanager.h.

Member Data Documentation

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

OpenGL object id.

Definition at line 86 of file resourcemanager.h.

std::string ion::gfx::ResourceManager::ResourceInfo::label
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.


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