|
OGRE
1.9.0
|
Class which provides the run-time platform information Ogre runs on. More...
#include <OgrePlatformInformation.h>
Public Types | |
| enum | CpuFeatures { 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.
Definition at line 156 of file OgrePlatformInformation.h.
Enum describing the different CPU features we want to check for, platform-dependent.
| Enumerator | |
|---|---|
| CPU_FEATURE_NONE | |
Definition at line 161 of file OgrePlatformInformation.h.
Gets a or-masked of enum CpuFeatures that are supported by the CPU.
Gets a string of the CPU identifier.
|
static |
Gets whether a specific feature is supported by the CPU.
Write the CPU information to the passed in Log.
1.10.0