Public Member Functions | Public Attributes
Ogre::GLES2FBOManager::RBFormat Struct Reference

Stencil and depth renderbuffers of the same format are re-used between surfaces of the same size and format. More...

List of all members.

Public Member Functions

 RBFormat (GLenum inFormat, size_t inWidth, size_t inHeight, uint fsaa)
bool operator< (const RBFormat &other) const

Public Attributes

GLenum format
size_t height
uint samples
size_t width

Detailed Description

Stencil and depth renderbuffers of the same format are re-used between surfaces of the same size and format.

This can save a lot of memory when a large amount of rendertargets are used.

Definition at line 145 of file OgreGLES2FBORenderTexture.h.


Constructor & Destructor Documentation

Ogre::GLES2FBOManager::RBFormat::RBFormat ( GLenum  inFormat,
size_t  inWidth,
size_t  inHeight,
uint  fsaa 
)

Definition at line 147 of file OgreGLES2FBORenderTexture.h.


Member Function Documentation

bool Ogre::GLES2FBOManager::RBFormat::operator< ( const RBFormat other) const

Definition at line 155 of file OgreGLES2FBORenderTexture.h.

References format, height, samples, and width.


Member Data Documentation

Definition at line 150 of file OgreGLES2FBORenderTexture.h.

Referenced by operator<().

Definition at line 152 of file OgreGLES2FBORenderTexture.h.

Referenced by operator<().

Definition at line 153 of file OgreGLES2FBORenderTexture.h.

Referenced by operator<().

Definition at line 151 of file OgreGLES2FBORenderTexture.h.

Referenced by operator<().


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:06