![]() |
OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Namespaces | |
namespace | Ogre |
Typedefs | |
typedef int16_t | Ogre::int16 |
typedef int32_t | Ogre::int32 |
typedef int64_t | Ogre::int64 |
typedef int8_t | Ogre::int8 |
typedef uint16_t | Ogre::uint16 |
typedef uint32_t | Ogre::uint32 |
typedef uint64_t | Ogre::uint64 |
typedef uint8_t | Ogre::uint8 |
#define OGRE_PLATFORM_WIN32 1 |
#define OGRE_PLATFORM_LINUX 2 |
#define OGRE_PLATFORM_APPLE 3 |
#define OGRE_PLATFORM_APPLE_IOS 4 |
#define OGRE_PLATFORM_ANDROID 5 |
#define OGRE_PLATFORM_WINRT 7 |
#define OGRE_PLATFORM_EMSCRIPTEN 8 |
#define OGRE_COMPILER_MSVC 1 |
#define OGRE_COMPILER_GNUC 2 |
#define OGRE_COMPILER_CLANG 3 |
#define OGRE_ENDIAN_LITTLE 1 |
#define OGRE_ENDIAN_BIG 2 |
#define OGRE_ARCHITECTURE_32 1 |
#define OGRE_ARCHITECTURE_64 2 |
#define OGRE_CPU_UNKNOWN 0 |
#define OGRE_CPU_X86 1 |
#define OGRE_CPU_PPC 2 |
#define OGRE_CPU_ARM 3 |
#define OGRE_CPU_MIPS 4 |
#define OGRE_CPU OGRE_CPU_UNKNOWN |
#define OGRE_ENDIAN OGRE_ENDIAN_LITTLE |
#define OGRE_COMPILER_MIN_VERSION | ( | COMPILER, | |
VERSION ) |
#define OGRE_FORCE_INLINE __inline |
Referenced by Ogre::advanceRawPointer(), Ogre::advanceRawPointer(), Ogre::Bitwise::bswap16(), Ogre::Bitwise::bswap32(), Ogre::Bitwise::bswap64(), Ogre::Bitwise::firstPO2From(), Ogre::Bitwise::getBitShift(), Ogre::Bitwise::isPO2(), Ogre::Bitwise::mostSignificantBitSet(), Ogre::rawOffsetPointer(), and Ogre::rawOffsetPointer().
#define OGRE_FALLTHROUGH |
#define OGRE_NODISCARD __attribute__((__warn_unused_result__)) |
Referenced by Ogre::KeyFrame::_clone(), Ogre::Animation::clone(), Ogre::EdgeData::clone(), Ogre::Pose::clone(), Ogre::VertexData::clone(), Ogre::VertexDeclaration::clone(), Ogre::PageStrategy::createData(), Ogre::ArchiveFactory::createInstance(), Ogre::ArchiveFactory::createInstance(), Ogre::RTShader::SubRenderStateFactory::createInstance(), Ogre::RTShader::SubRenderStateFactory::createInstance(), Ogre::RTShader::SubRenderStateFactory::createInstance(), Ogre::SimplePageContentCollectionFactory::createInstance(), and Ogre::OverlayElementFactory::createOverlayElement().
#define OGRE_NORETURN __declspec(noreturn) |
Referenced by Ogre::ExceptionFactory::throwException().
#define OGRE_PLATFORM OGRE_PLATFORM_LINUX |
#define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32 |
#define OGRE_ALIGNED_DECL | ( | type, | |
var, | |||
alignment ) |
#define OGRE_SIMD_ALIGNMENT 16 |
Find perfect alignment (should supports SIMD alignment if SIMD available)
#define OGRE_SIMD_ALIGNED_DECL | ( | type, | |
var ) |
#define OGRE_QUOTE_INPLACE | ( | x | ) |
#define OGRE_QUOTE | ( | x | ) |
#define OGRE_WARN | ( | x | ) |
#define OGRE_ENDIAN OGRE_ENDIAN_LITTLE |
#define OGRE_DEFAULT_LOCALE "C" |
#define OGRE_BUILD_SUFFIX "" |
#define DECL_MALLOC __declspec(restrict) __declspec(noalias) |
Referenced by Ogre::AlignedMemory::allocate(), and Ogre::AlignedMemory::allocate().