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

GL surface descriptor. More...

#include <OgreGLES2RenderTexture.h>

+ Collaboration diagram for Ogre::GLES2SurfaceDesc:

Public Member Functions

 GLES2SurfaceDesc ()
 

Public Attributes

GLES2HardwarePixelBufferbuffer
 
uint numSamples
 
uint32 zoffset
 

Detailed Description

GL surface descriptor.

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

Definition at line 39 of file OgreGLES2RenderTexture.h.

Constructor & Destructor Documentation

Ogre::GLES2SurfaceDesc::GLES2SurfaceDesc ( )
inline

Definition at line 46 of file OgreGLES2RenderTexture.h.

Member Data Documentation

GLES2HardwarePixelBuffer* Ogre::GLES2SurfaceDesc::buffer

Definition at line 42 of file OgreGLES2RenderTexture.h.

uint Ogre::GLES2SurfaceDesc::numSamples

Definition at line 44 of file OgreGLES2RenderTexture.h.

uint32 Ogre::GLES2SurfaceDesc::zoffset

Definition at line 43 of file OgreGLES2RenderTexture.h.


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