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

#include "resourcemanager.h"

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

Public Attributes

GLuint target
 The buffer's target, either GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER. More...
 
GLuint id
 OpenGL object id. More...
 
std::string label
 The label of the ResourceHolder that owns the Resource. More...
 

Detailed Description

Definition at line 102 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.

GLuint ion::gfx::ResourceManager::BufferTargetInfo::target

The buffer's target, either GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.

Definition at line 104 of file resourcemanager.h.


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