#include <OgreRenderSystemCapabilities.h>
Public Member Functions | |
RenderSystemCapabilities () | |
~RenderSystemCapabilities () | |
void | setNumWorldMatricies (ushort num) |
void | setNumTextureUnits (ushort num) |
void | setStencilBufferBitDepth (ushort num) |
void | setNumVertexBlendMatrices (ushort num) |
void | setNumMultiRenderTargets (ushort num) |
The number of simultaneous render targets supported. | |
ushort | getNumWorldMatricies (void) const |
ushort | getNumTextureUnits (void) const |
Returns the number of texture units the current output hardware supports. | |
ushort | getStencilBufferBitDepth (void) const |
Determines the bit depth of the hardware accelerated stencil buffer, if supported. | |
ushort | numVertexBlendMatrices (void) const |
Returns the number of matrices available to hardware vertex blending for this rendering system. | |
ushort | numMultiRenderTargets (void) const |
The number of simultaneous render targets supported. | |
void | setCapability (const Capabilities c) |
Adds a capability flag to mCapabilities. | |
bool | hasCapability (const Capabilities c) const |
Checks for a capability. | |
const String & | getMaxVertexProgramVersion (void) const |
Gets the best low-level vertex program version supported. | |
const String & | getMaxFragmentProgramVersion (void) const |
Gets the best fragment program that this card / rendersystem supports. | |
ushort | getVertexProgramConstantFloatCount (void) const |
The number of floating-point constants vertex programs support. | |
ushort | getVertexProgramConstantIntCount (void) const |
The number of integer constants vertex programs support. | |
ushort | getVertexProgramConstantBoolCount (void) const |
The number of boolean constants vertex programs support. | |
ushort | getFragmentProgramConstantFloatCount (void) const |
The number of floating-point constants fragment programs support. | |
ushort | getFragmentProgramConstantIntCount (void) const |
The number of integer constants fragment programs support. | |
ushort | getFragmentProgramConstantBoolCount (void) const |
The number of boolean constants fragment programs support. | |
void | setMaxVertexProgramVersion (const String &ver) |
sets the best low-level vertex program version supported | |
void | setMaxFragmentProgramVersion (const String &ver) |
sets the best fragment program that this card / rendersystem supports | |
void | setVertexProgramConstantFloatCount (ushort c) |
The number of floating-point constants vertex programs support. | |
void | setVertexProgramConstantIntCount (ushort c) |
The number of integer constants vertex programs support. | |
void | setVertexProgramConstantBoolCount (ushort c) |
The number of boolean constants vertex programs support. | |
void | setFragmentProgramConstantFloatCount (ushort c) |
The number of floating-point constants fragment programs support. | |
void | setFragmentProgramConstantIntCount (ushort c) |
The number of integer constants fragment programs support. | |
void | setFragmentProgramConstantBoolCount (ushort c) |
The number of boolean constants fragment programs support. | |
void | setMaxPointSize (Real s) |
Maximum point screen size in pixels. | |
Real | getMaxPointSize (void) const |
Maximum point screen size in pixels. | |
void | log (Log *pLog) |
Write the capabilities to the pass in Log. | |
Private Attributes | |
ushort | mNumWorldMatrices |
The number of world matricies available. | |
ushort | mNumTextureUnits |
The number of texture units available. | |
ushort | mStencilBufferBitDepth |
The stencil buffer bit depth. | |
ushort | mNumVertexBlendMatrices |
The number of matrices available for hardware blending. | |
int | mCapabilities |
Stores the capabilities flags. | |
String | mMaxVertexProgramVersion |
The best vertex program that this card / rendersystem supports. | |
String | mMaxFragmentProgramVersion |
The best fragment program that this card / rendersystem supports. | |
ushort | mVertexProgramConstantFloatCount |
The number of floating-point constants vertex programs support. | |
ushort | mVertexProgramConstantIntCount |
The number of integer constants vertex programs support. | |
ushort | mVertexProgramConstantBoolCount |
The number of boolean constants vertex programs support. | |
ushort | mFragmentProgramConstantFloatCount |
The number of floating-point constants fragment programs support. | |
ushort | mFragmentProgramConstantIntCount |
The number of integer constants fragment programs support. | |
ushort | mFragmentProgramConstantBoolCount |
The number of boolean constants fragment programs support. | |
ushort | mNumMultiRenderTargets |
The number of simultaneous render targets supported. | |
Real | mMaxPointSize |
The maximum point size. |
Definition at line 94 of file OgreRenderSystemCapabilities.h.
|
|
|
|
|
The number of boolean constants fragment programs support.
Definition at line 258 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants fragment programs support.
Definition at line 248 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants fragment programs support.
Definition at line 253 of file OgreRenderSystemCapabilities.h. |
|
Gets the best fragment program that this card / rendersystem supports.
Definition at line 228 of file OgreRenderSystemCapabilities.h. |
|
Maximum point screen size in pixels.
Definition at line 311 of file OgreRenderSystemCapabilities.h. |
|
Gets the best low-level vertex program version supported.
Definition at line 223 of file OgreRenderSystemCapabilities.h. |
|
Returns the number of texture units the current output hardware supports. For use in rendering, this determines how many texture units the are available for multitexturing (i.e. rendering multiple textures in a single pass). Where a Material has multiple texture layers, it will try to use multitexturing where available, and where it is not available, will perform multipass rendering to achieve the same effect. Definition at line 173 of file OgreRenderSystemCapabilities.h. |
|
Definition at line 158 of file OgreRenderSystemCapabilities.h. |
|
Determines the bit depth of the hardware accelerated stencil buffer, if supported.
Definition at line 184 of file OgreRenderSystemCapabilities.h. |
|
The number of boolean constants vertex programs support.
Definition at line 243 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants vertex programs support.
Definition at line 233 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants vertex programs support.
Definition at line 238 of file OgreRenderSystemCapabilities.h. |
|
Checks for a capability.
Definition at line 211 of file OgreRenderSystemCapabilities.h. |
|
Write the capabilities to the pass in Log.
|
|
The number of simultaneous render targets supported.
Definition at line 197 of file OgreRenderSystemCapabilities.h. |
|
Returns the number of matrices available to hardware vertex blending for this rendering system.
Definition at line 191 of file OgreRenderSystemCapabilities.h. |
|
Adds a capability flag to mCapabilities.
Definition at line 204 of file OgreRenderSystemCapabilities.h. |
|
The number of boolean constants fragment programs support.
Definition at line 301 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants fragment programs support.
Definition at line 291 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants fragment programs support.
Definition at line 296 of file OgreRenderSystemCapabilities.h. |
|
sets the best fragment program that this card / rendersystem supports
Definition at line 271 of file OgreRenderSystemCapabilities.h. |
|
Maximum point screen size in pixels.
Definition at line 306 of file OgreRenderSystemCapabilities.h. |
|
sets the best low-level vertex program version supported
Definition at line 266 of file OgreRenderSystemCapabilities.h. |
|
The number of simultaneous render targets supported.
Definition at line 153 of file OgreRenderSystemCapabilities.h. |
|
Definition at line 137 of file OgreRenderSystemCapabilities.h. |
|
Definition at line 147 of file OgreRenderSystemCapabilities.h. |
|
Definition at line 132 of file OgreRenderSystemCapabilities.h. |
|
Definition at line 142 of file OgreRenderSystemCapabilities.h. |
|
The number of boolean constants vertex programs support.
Definition at line 286 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants vertex programs support.
Definition at line 276 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants vertex programs support.
Definition at line 281 of file OgreRenderSystemCapabilities.h. |
|
Stores the capabilities flags.
Definition at line 106 of file OgreRenderSystemCapabilities.h. |
|
The number of boolean constants fragment programs support.
Definition at line 122 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants fragment programs support.
Definition at line 118 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants fragment programs support.
Definition at line 120 of file OgreRenderSystemCapabilities.h. |
|
The best fragment program that this card / rendersystem supports.
Definition at line 110 of file OgreRenderSystemCapabilities.h. |
|
The maximum point size.
Definition at line 126 of file OgreRenderSystemCapabilities.h. |
|
The best vertex program that this card / rendersystem supports.
Definition at line 108 of file OgreRenderSystemCapabilities.h. |
|
The number of simultaneous render targets supported.
Definition at line 124 of file OgreRenderSystemCapabilities.h. |
|
The number of texture units available.
Definition at line 100 of file OgreRenderSystemCapabilities.h. |
|
The number of matrices available for hardware blending.
Definition at line 104 of file OgreRenderSystemCapabilities.h. |
|
The number of world matricies available.
Definition at line 98 of file OgreRenderSystemCapabilities.h. |
|
The stencil buffer bit depth.
Definition at line 102 of file OgreRenderSystemCapabilities.h. |
|
The number of boolean constants vertex programs support.
Definition at line 116 of file OgreRenderSystemCapabilities.h. |
|
The number of floating-point constants vertex programs support.
Definition at line 112 of file OgreRenderSystemCapabilities.h. |
|
The number of integer constants vertex programs support.
Definition at line 114 of file OgreRenderSystemCapabilities.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jul 23 10:08:24 2006