OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgrePlatformInformation.h File Reference
+ Include dependency graph for OgrePlatformInformation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::PlatformInformation
 Class which provides the run-time platform information Ogre runs on. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Macros

#define __OGRE_HAVE_NEON   0
 
#define __OGRE_HAVE_SSE   0
 
#define __OGRE_HAVE_VFP   0
 
#define OGRE_ALIGNED_DECL(type, var, alignment)   type var
 
#define OGRE_CPU   OGRE_CPU_UNKNOWN
 
#define OGRE_CPU_ARM   3
 
#define OGRE_CPU_PPC   2
 
#define OGRE_CPU_UNKNOWN   0
 
#define OGRE_CPU_X86   1
 
#define OGRE_SIMD_ALIGNED_DECL(type, var)   OGRE_ALIGNED_DECL(type, var, OGRE_SIMD_ALIGNMENT)
 
#define OGRE_SIMD_ALIGNMENT   16
 Find perfect alignment (should supports SIMD alignment if SIMD available) More...
 

Macro Definition Documentation

#define __OGRE_HAVE_NEON   0

Definition at line 119 of file OgrePlatformInformation.h.

#define __OGRE_HAVE_SSE   0

Definition at line 111 of file OgrePlatformInformation.h.

#define __OGRE_HAVE_VFP   0

Definition at line 115 of file OgrePlatformInformation.h.

#define OGRE_ALIGNED_DECL (   type,
  var,
  alignment 
)    type var

Definition at line 72 of file OgrePlatformInformation.h.

#define OGRE_CPU   OGRE_CPU_UNKNOWN

Definition at line 60 of file OgrePlatformInformation.h.

#define OGRE_CPU_ARM   3

Definition at line 43 of file OgrePlatformInformation.h.

#define OGRE_CPU_PPC   2

Definition at line 42 of file OgrePlatformInformation.h.

#define OGRE_CPU_UNKNOWN   0

Definition at line 40 of file OgrePlatformInformation.h.

#define OGRE_CPU_X86   1

Definition at line 41 of file OgrePlatformInformation.h.

#define OGRE_SIMD_ALIGNED_DECL (   type,
  var 
)    OGRE_ALIGNED_DECL(type, var, OGRE_SIMD_ALIGNMENT)

Definition at line 86 of file OgrePlatformInformation.h.

#define OGRE_SIMD_ALIGNMENT   16

Find perfect alignment (should supports SIMD alignment if SIMD available)

Definition at line 81 of file OgrePlatformInformation.h.