Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csGraphics3DCaps Struct Reference
Information about 3d renderer capabilities. More...
#include <ivideo/graph3d.h>
Public Attributes | |
bool | CanClip |
bool | DestinationAlpha |
Mixmodes utilizing destination alpha are properly supported. | |
int | MaxAspectRatio |
int | maxTexHeight |
int | maxTexWidth |
int | minTexHeight |
int | minTexWidth |
bool | NeedsPO2Maps |
bool | StencilShadows |
Enough stencil bits for stencil shadows are available. | |
bool | SupportsPointSprites |
Whether point sprites are supported. |
Detailed Description
Information about 3d renderer capabilities.
Definition at line 380 of file graph3d.h.
Member Data Documentation
|
Mixmodes utilizing destination alpha are properly supported.
|
|
Enough stencil bits for stencil shadows are available.
|
|
Whether point sprites are supported. If true, geometry of the type CS_MESHTYPE_POINT_SPRITES can be drawn. |
The documentation for this struct was generated from the following file:
- ivideo/graph3d.h
Generated for Crystal Space by doxygen 1.4.4