OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
OgreGLSLESProgramCommon.h File Reference
#include "OgreGLES2Prerequisites.h"
#include "OgreGpuProgram.h"
#include "OgreHardwareVertexBuffer.h"
#include "OgreHardwareUniformBuffer.h"

Classes

class  Ogre::GLSLESProgramCommon
 C++ encapsulation of GLSL ES Program Object. More...
struct  Ogre::GLUniformReference
 Structure used to keep track of named uniforms in the linked program object. More...

Namespaces

namespace  Ogre
 bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h>

Macros

#define NOT_FOUND_CUSTOM_ATTRIBUTES_INDEX   -1
 A value to define the attribute has not been found (this is also the result when glGetAttribLocation fails).
#define NULL_CUSTOM_ATTRIBUTES_INDEX   -2
 A value to define the case we didn't look for the attributes since the contractor.

Typedefs

typedef GLUniformBufferList::iterator Ogre::GLUniformBufferIterator
typedef vector< v1::HardwareUniformBufferSharedPtr >::type Ogre::GLUniformBufferList

Macro Definition Documentation

◆ NOT_FOUND_CUSTOM_ATTRIBUTES_INDEX

#define NOT_FOUND_CUSTOM_ATTRIBUTES_INDEX   -1

A value to define the attribute has not been found (this is also the result when glGetAttribLocation fails).

◆ NULL_CUSTOM_ATTRIBUTES_INDEX

#define NULL_CUSTOM_ATTRIBUTES_INDEX   -2

A value to define the case we didn't look for the attributes since the contractor.