Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::gfx::FramebufferInfo< T > Struct Template Reference

A BufferInfo corresponds to an OpenGL Framebuffer Object. More...

#include "openglobjects.h"

Inheritance diagram for ion::gfx::FramebufferInfo< T >:
Collaboration diagram for ion::gfx::FramebufferInfo< T >:

Classes

struct  Attachment
 

Public Member Functions

 FramebufferInfo ()
 

Public Attributes

Attachment color0
 Attachments. More...
 
Attachment depth
 
Attachment stencil
 

Detailed Description

template<typename T>
struct ion::gfx::FramebufferInfo< T >

A BufferInfo corresponds to an OpenGL Framebuffer Object.

Definition at line 101 of file openglobjects.h.

Constructor & Destructor Documentation

template<typename T >
ion::gfx::FramebufferInfo< T >::FramebufferInfo ( )
inline

Definition at line 116 of file openglobjects.h.

Member Data Documentation

template<typename T >
Attachment ion::gfx::FramebufferInfo< T >::color0

Attachments.

Definition at line 118 of file openglobjects.h.

template<typename T >
Attachment ion::gfx::FramebufferInfo< T >::depth

Definition at line 119 of file openglobjects.h.

template<typename T >
Attachment ion::gfx::FramebufferInfo< T >::stencil

Definition at line 120 of file openglobjects.h.


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