OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Class which provides the run-time platform information Ogre runs on. More...
#include <OgrePlatformInformation.h>
Public Types | |
enum | CpuFeatures { CPU_FEATURE_SSE = 1 << 0 , CPU_FEATURE_SSE2 = 1 << 1 , CPU_FEATURE_SSE3 = 1 << 2 , CPU_FEATURE_SSE41 = 1 << 3 , CPU_FEATURE_SSE42 = 1 << 4 , CPU_FEATURE_MMX = 1 << 5 , CPU_FEATURE_MMXEXT = 1 << 6 , CPU_FEATURE_3DNOW = 1 << 7 , CPU_FEATURE_3DNOWEXT = 1 << 8 , CPU_FEATURE_CMOV = 1 << 9 , CPU_FEATURE_TSC = 1 << 10 , CPU_FEATURE_INVARIANT_TSC = 1 << 11 , CPU_FEATURE_FPU = 1 << 12 , CPU_FEATURE_PRO = 1 << 13 , CPU_FEATURE_HTT = 1 << 14 , CPU_FEATURE_NONE = 0 } |
Enum describing the different CPU features we want to check for, platform-dependent. More... | |
Static Public Member Functions | |
static uint | getCpuFeatures (void) |
Gets a or-masked of enum CpuFeatures that are supported by the CPU. | |
static const String & | getCpuIdentifier (void) |
Gets a string of the CPU identifier. | |
static bool | hasCpuFeature (CpuFeatures feature) |
Gets whether a specific feature is supported by the CPU. | |
static void | log (Log *pLog) |
Write the CPU information to the passed in Log. | |
Class which provides the run-time platform information Ogre runs on.
Ogre is designed to be platform-independent, but some platform and run-time environment specific optimised functions are built-in to maximise performance, and those special optimised routines are need to determine run-time environment for select variant executing path.
Enum describing the different CPU features we want to check for, platform-dependent.
Gets a string of the CPU identifier.
Gets a or-masked of enum CpuFeatures that are supported by the CPU.
|
static |
Gets whether a specific feature is supported by the CPU.
Write the CPU information to the passed in Log.