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

#include "resourcemanager.h"

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

Public Attributes

RenderbufferInfo color0_renderbuffer
 The renderbuffers attached to the framebuffer, if any. More...
 
RenderbufferInfo depth_renderbuffer
 
RenderbufferInfo stencil_renderbuffer
 
GLuint id
 OpenGL object id. More...
 
std::string label
 The label of the ResourceHolder that owns the Resource. More...
 

Detailed Description

Definition at line 106 of file resourcemanager.h.

Member Data Documentation

RenderbufferInfo ion::gfx::ResourceManager::FramebufferResourceInfo::color0_renderbuffer

The renderbuffers attached to the framebuffer, if any.

Definition at line 108 of file resourcemanager.h.

RenderbufferInfo ion::gfx::ResourceManager::FramebufferResourceInfo::depth_renderbuffer

Definition at line 109 of file resourcemanager.h.

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.

RenderbufferInfo ion::gfx::ResourceManager::FramebufferResourceInfo::stencil_renderbuffer

Definition at line 110 of file resourcemanager.h.


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