OGRE 14.3
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
OgrePrerequisites.h File Reference
#include "OgrePlatform.h"
#include <string>
#include <memory>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"

Namespaces

namespace  Ogre
 

Macros

#define _OgreMaybeExport
 
#define OGRE_DEBUG_NS_BEGIN
 
#define OGRE_DEBUG_NS_END
 
#define OGRE_MIN_VERSION(MAJOR, MINOR, PATCH)   OGRE_VERSION >= ((MAJOR << 16) | (MINOR << 8) | PATCH)
 
#define OGRE_TOKEN_PASTE(x, y)   OGRE_TOKEN_PASTE_INNER(x, y)
 
#define OGRE_TOKEN_PASTE_INNER(x, y)   x ## y
 
#define OGRE_VERSION   ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH)
 

Typedefs

template<typename T , size_t Alignment = OGRE_SIMD_ALIGNMENT>
using Ogre::aligned_vector = std::vector< T, AlignedAllocator< T, Alignment > >
 
typedef SharedPtr< AnimableValueOgre::AnimableValuePtr
 
typedef SharedPtr< CompositorOgre::CompositorPtr
 
typedef Controller< floatOgre::ControllerFloat
 
typedef Controller< floatOgre::ControllerReal
 
typedef SharedPtr< DataStreamOgre::DataStreamPtr
 
typedef SharedPtr< GpuLogicalBufferStructOgre::GpuLogicalBufferStructPtr
 
typedef SharedPtr< GpuNamedConstantsOgre::GpuNamedConstantsPtr
 
typedef SharedPtr< GpuProgramParametersOgre::GpuProgramParametersPtr
 
typedef GpuProgramParametersPtr Ogre::GpuProgramParametersSharedPtr
 
typedef SharedPtr< GpuProgramOgre::GpuProgramPtr
 
typedef SharedPtr< GpuSharedParametersOgre::GpuSharedParametersPtr
 
typedef SharedPtr< HardwareBufferOgre::HardwareBufferPtr
 
typedef HardwareBufferPtr Ogre::HardwareCounterBufferSharedPtr
 
typedef SharedPtr< HardwareIndexBufferOgre::HardwareIndexBufferPtr
 
typedef HardwareIndexBufferPtr Ogre::HardwareIndexBufferSharedPtr
 
typedef SharedPtr< HardwarePixelBufferOgre::HardwarePixelBufferPtr
 
typedef HardwarePixelBufferPtr Ogre::HardwarePixelBufferSharedPtr
 
typedef HardwareBufferPtr Ogre::HardwareUniformBufferSharedPtr
 
typedef SharedPtr< HardwareVertexBufferOgre::HardwareVertexBufferPtr
 
typedef HardwareVertexBufferPtr Ogre::HardwareVertexBufferSharedPtr
 
typedef GpuProgramFactory Ogre::HighLevelGpuProgramFactory
 
typedef GpuProgramManager Ogre::HighLevelGpuProgramManager
 
typedef GpuProgramPtr Ogre::HighLevelGpuProgramPtr
 
typedef SharedPtr< MaterialOgre::MaterialPtr
 
typedef SharedPtr< MemoryDataStreamOgre::MemoryDataStreamPtr
 
typedef SharedPtr< MeshOgre::MeshPtr
 
typedef FactoryObj< ParticleSystemRendererOgre::ParticleSystemRendererFactory
 
typedef SharedPtr< PatchMeshOgre::PatchMeshPtr
 
typedef float Ogre::Real
 Software floating point type.
 
typedef SharedPtr< RenderToVertexBufferOgre::RenderToVertexBufferPtr
 
typedef RenderToVertexBufferPtr Ogre::RenderToVertexBufferSharedPtr
 
typedef SharedPtr< ResourceOgre::ResourcePtr
 
typedef SharedPtr< ShadowCameraSetupOgre::ShadowCameraSetupPtr
 
typedef SharedPtr< SkeletonOgre::SkeletonPtr
 
typedef std::string Ogre::String
 
typedef std::stringstream Ogre::StringStream
 
typedef SharedPtr< TextureOgre::TexturePtr
 
typedef unsigned char Ogre::uchar
 In order to avoid finger-aches :)
 
typedef unsigned int Ogre::uint
 
typedef unsigned long Ogre::ulong
 
typedef unsigned short Ogre::ushort
 
typedef Vector< 2, RealOgre::Vector2
 
typedef Vector< 2, floatOgre::Vector2f
 
typedef Vector< 2, intOgre::Vector2i
 
typedef Vector< 3, RealOgre::Vector3
 
typedef Vector< 3, floatOgre::Vector3f
 
typedef Vector< 3, intOgre::Vector3i
 
typedef Vector< 4, RealOgre::Vector4
 
typedef Vector< 4, floatOgre::Vector4f
 

Variables

_OgreExport const String Ogre::MOT_BILLBOARD_CHAIN
 
_OgreExport const String Ogre::MOT_BILLBOARD_SET
 
_OgreExport const String Ogre::MOT_CAMERA
 
_OgreExport const String Ogre::MOT_ENTITY
 
_OgreExport const String Ogre::MOT_FRUSTRUM
 
_OgreExport const String Ogre::MOT_FRUSTUM
 
_OgreExport const String Ogre::MOT_INSTANCE_BATCH
 
_OgreExport const String Ogre::MOT_INSTANCED_ENTITY
 
_OgreExport const String Ogre::MOT_LIGHT
 
_OgreExport const String Ogre::MOT_MANUAL_OBJECT
 
_OgreExport const String Ogre::MOT_MOVABLE_PLANE
 
_OgreExport const String Ogre::MOT_PARTICLE_SYSTEM
 
_OgreExport const String Ogre::MOT_RECTANGLE2D
 
_OgreExport const String Ogre::MOT_RIBBON_TRAIL
 
_OgreExport const String Ogre::MOT_SIMPLE_RENDERABLE
 
_OgreExport const String Ogre::MOT_STATIC_GEOMETRY
 
template<int dims, typename T >
class _OgreMaybeExport Ogre::Vector
 

Macro Definition Documentation

◆ OGRE_DEBUG_NS_BEGIN

#define OGRE_DEBUG_NS_BEGIN

◆ OGRE_DEBUG_NS_END

#define OGRE_DEBUG_NS_END

◆ OGRE_TOKEN_PASTE_INNER

#define OGRE_TOKEN_PASTE_INNER (   x,
 
)    x ## y

◆ OGRE_TOKEN_PASTE

#define OGRE_TOKEN_PASTE (   x,
 
)    OGRE_TOKEN_PASTE_INNER(x, y)

◆ OGRE_VERSION

#define OGRE_VERSION   ((OGRE_VERSION_MAJOR << 16) | (OGRE_VERSION_MINOR << 8) | OGRE_VERSION_PATCH)

◆ OGRE_MIN_VERSION

#define OGRE_MIN_VERSION (   MAJOR,
  MINOR,
  PATCH 
)    OGRE_VERSION >= ((MAJOR << 16) | (MINOR << 8) | PATCH)

◆ _OgreMaybeExport

#define _OgreMaybeExport