OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::GLESSurfaceDesc Struct Reference

GL surface descriptor. More...

#include <OgreGLESRenderTexture.h>

+ Collaboration diagram for Ogre::GLESSurfaceDesc:

Public Member Functions

 GLESSurfaceDesc ()
 

Public Attributes

GLESHardwarePixelBufferbuffer
 
uint numSamples
 
uint zoffset
 

Detailed Description

GL surface descriptor.

Points to a 2D surface that can be rendered to.

Definition at line 40 of file OgreGLESRenderTexture.h.

Constructor & Destructor Documentation

Ogre::GLESSurfaceDesc::GLESSurfaceDesc ( )
inline

Definition at line 47 of file OgreGLESRenderTexture.h.

Member Data Documentation

GLESHardwarePixelBuffer* Ogre::GLESSurfaceDesc::buffer

Definition at line 43 of file OgreGLESRenderTexture.h.

uint Ogre::GLESSurfaceDesc::numSamples

Definition at line 45 of file OgreGLESRenderTexture.h.

uint Ogre::GLESSurfaceDesc::zoffset

Definition at line 44 of file OgreGLESRenderTexture.h.


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