Go to the documentation of this file.
35 #include "OgreBuildSettings.h"
39 #ifndef OGRE_PROFILING
40 #define OGRE_PROFILING 0
48 #define OGRE_ASSERT_MODE 0
53 #define OGRE_PRETEND_TEXTURE_UNITS 0
60 #ifndef OGRE_DOUBLE_PRECISION
61 #define OGRE_DOUBLE_PRECISION 0
66 #define OGRE_MAX_TEXTURE_COORD_SETS 8
70 #define OGRE_MAX_TEXTURE_LAYERS 16
74 #define OGRE_MAX_SIMULTANEOUS_LIGHTS 8
78 #define OGRE_MAX_BLEND_WEIGHTS 4
86 #define OGRE_MEMORY_ALLOCATOR_STD 1
87 #define OGRE_MEMORY_ALLOCATOR_NED 2
88 #define OGRE_MEMORY_ALLOCATOR_USER 3
89 #define OGRE_MEMORY_ALLOCATOR_NEDPOOLING 4
91 #ifndef OGRE_MEMORY_ALLOCATOR
92 # define OGRE_MEMORY_ALLOCATOR OGRE_MEMORY_ALLOCATOR_NEDPOOLING
96 #ifndef OGRE_CONTAINERS_USE_CUSTOM_MEMORY_ALLOCATOR
97 # define OGRE_CONTAINERS_USE_CUSTOM_MEMORY_ALLOCATOR 1
103 #ifndef OGRE_STRING_USE_CUSTOM_MEMORY_ALLOCATOR
104 # define OGRE_STRING_USE_CUSTOM_MEMORY_ALLOCATOR 0
110 #ifndef OGRE_MEMORY_TRACKER_DEBUG_MODE
111 # define OGRE_MEMORY_TRACKER_DEBUG_MODE 0
114 #ifndef OGRE_MEMORY_TRACKER_RELEASE_MODE
115 # define OGRE_MEMORY_TRACKER_RELEASE_MODE 0
119 #define OGRE_MAX_MULTIPLE_RENDER_TARGETS 8
140 #ifndef OGRE_THREAD_SUPPORT
141 #define OGRE_THREAD_SUPPORT 0
143 #if OGRE_THREAD_SUPPORT != 0 && OGRE_THREAD_SUPPORT != 1 && OGRE_THREAD_SUPPORT != 2
144 #define OGRE_THREAD_SUPPORT 0
158 #ifndef OGRE_THREAD_PROVIDER
159 #define OGRE_THREAD_PROVIDER 0
165 #ifndef OGRE_NO_FREEIMAGE
166 #define OGRE_NO_FREEIMAGE 0
172 #ifndef OGRE_NO_DDS_CODEC
173 #define OGRE_NO_DDS_CODEC 0
179 #ifndef OGRE_NO_ETC_CODEC
180 #define OGRE_NO_ETC_CODEC 1
186 #ifndef OGRE_NO_ZIP_ARCHIVE
187 #define OGRE_NO_ZIP_ARCHIVE 0
192 #ifndef OGRE_USE_NEW_COMPILERS
193 #define OGRE_USE_NEW_COMPILERS 1
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:35:42