OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include "OgrePlatform.h"
#include <string>
#include "OgreStdHeaders.h"
#include "OgreMemoryAllocatorConfig.h"
#include "OgreAssert.h"
#include "OgreWorkarounds.h"
Namespaces | |
Ogre | |
bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h> | |
Ogre::v1 | |
Macros | |
#define | OGRE_ASSUME_NONNULL_BEGIN |
#define | OGRE_ASSUME_NONNULL_END |
#define | OGRE_FALLTHROUGH ( (void)0 ) |
#define | ogre_likely(x) ( x ) |
#define | OGRE_MAKE_VERSION(maj, min, patch) ( ( maj << 16 ) | ( min << 8 ) | patch ) |
#define | OGRE_MEMORY_TRACKER 0 |
#define | OGRE_NEXT_VERSION OGRE_VERSION |
#define | ogre_nonnull |
#define | ogre_nullable |
#define | ogre_unlikely(x) ( x ) |
#define | OGRE_UNUSED_VAR(x) ( (void)x ) |
#define | OGRE_VERSION ( ( OGRE_VERSION_MAJOR << 16 ) | ( OGRE_VERSION_MINOR << 8 ) | OGRE_VERSION_PATCH ) |
#define | OGRE_VERSION_MAJOR 4 |
#define | OGRE_VERSION_MINOR 0 |
#define | OGRE_VERSION_NAME "F" |
#define | OGRE_VERSION_PATCH 0 |
#define | OGRE_VERSION_SUFFIX "unstable" |
Typedefs | |
typedef std::string | Ogre::_StringBase |
typedef std::basic_stringstream< char, std::char_traits< char >, std::allocator< char > > | Ogre::_StringStreamBase |
typedef SharedPtr< AnimableValue > | Ogre::AnimableValuePtr |
typedef SharedPtr< AsyncTicket > | Ogre::AsyncTicketPtr |
typedef SharedPtr< DataStream > | Ogre::DataStreamPtr |
typedef SharedPtr< GpuLogicalBufferStruct > | Ogre::GpuLogicalBufferStructPtr |
typedef SharedPtr< GpuNamedConstants > | Ogre::GpuNamedConstantsPtr |
typedef SharedPtr< GpuProgramParameters > | Ogre::GpuProgramParametersSharedPtr |
typedef SharedPtr< GpuProgram > | Ogre::GpuProgramPtr |
typedef SharedPtr< GpuSharedParameters > | Ogre::GpuSharedParametersPtr |
typedef SharedPtr< HighLevelGpuProgram > | Ogre::HighLevelGpuProgramPtr |
typedef SharedPtr< Material > | Ogre::MaterialPtr |
typedef SharedPtr< MemoryDataStream > | Ogre::MemoryDataStreamPtr |
typedef SharedPtr< Mesh > | Ogre::MeshPtr |
typedef SharedPtr< Mesh > | Ogre::v1::MeshPtr |
typedef SharedPtr< PatchMesh > | Ogre::v1::PatchMeshPtr |
typedef float | Ogre::Real |
Software floating point type. More... | |
typedef uint32 | Ogre::RealAsUint |
typedef SharedPtr< Resource > | Ogre::ResourcePtr |
typedef SharedPtr< ShadowCameraSetup > | Ogre::ShadowCameraSetupPtr |
typedef SharedPtr< SkeletonDef > | Ogre::SkeletonDefPtr |
typedef SharedPtr< Skeleton > | Ogre::v1::SkeletonPtr |
typedef _StringStreamBase | Ogre::StringStream |
typedef StringStream | Ogre::stringstream |
typedef unsigned char | Ogre::uchar |
In order to avoid finger-aches :) More... | |
typedef unsigned int | Ogre::uint |
typedef unsigned long | Ogre::ulong |
typedef unsigned short | Ogre::ushort |
#define OGRE_ASSUME_NONNULL_BEGIN |
#define OGRE_ASSUME_NONNULL_END |
#define OGRE_FALLTHROUGH ( (void)0 ) |
#define ogre_likely | ( | x | ) | ( x ) |
#define OGRE_MAKE_VERSION | ( | maj, | |
min, | |||
patch | |||
) | ( ( maj << 16 ) | ( min << 8 ) | patch ) |
#define OGRE_MEMORY_TRACKER 0 |
#define OGRE_NEXT_VERSION OGRE_VERSION |
#define ogre_nonnull |
#define ogre_nullable |
#define ogre_unlikely | ( | x | ) | ( x ) |
#define OGRE_UNUSED_VAR | ( | x | ) | ( (void)x ) |
#define OGRE_VERSION ( ( OGRE_VERSION_MAJOR << 16 ) | ( OGRE_VERSION_MINOR << 8 ) | OGRE_VERSION_PATCH ) |
#define OGRE_VERSION_MAJOR 4 |
#define OGRE_VERSION_MINOR 0 |
#define OGRE_VERSION_NAME "F" |
#define OGRE_VERSION_PATCH 0 |
#define OGRE_VERSION_SUFFIX "unstable" |