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 const String & | getCpuIdentifier (void) |
Gets a string of the CPU identifier. | |
static uint | getCpuFeatures (void) |
Gets a or-masked of enum CpuFeatures that are supported by the CPU. | |
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 143 of file OgrePlatformInformation.h.
Enum describing the different CPU features we want to check for, platform-dependent.
Definition at line 148 of file OgrePlatformInformation.h.
static uint Ogre::PlatformInformation::getCpuFeatures | ( | void | ) | [static] |
Gets a or-masked of enum CpuFeatures that are supported by the CPU.
static const String& Ogre::PlatformInformation::getCpuIdentifier | ( | void | ) | [static] |
Gets a string of the CPU identifier.
static bool Ogre::PlatformInformation::hasCpuFeature | ( | CpuFeatures | feature | ) | [static] |
Gets whether a specific feature is supported by the CPU.
static void Ogre::PlatformInformation::log | ( | Log * | pLog | ) | [static] |
Write the CPU information to the passed in Log.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:38:57 2012