CrystalSpace

Public API Reference

csGraphics3DCaps Struct Reference

Information about 3d renderer capabilities. More...

#include <ivideo/graph3d.h>

List of all members.

Public Attributes

bool DestinationAlpha
 Mixmodes utilizing destination alpha are properly supported.
int MaxRTColorAttachments
 The number of supported render target color buffer attachment points.
int maxTexHeight
 Maximum texture dimensions.
int minTexHeight
 Minimum texture dimensions.
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 523 of file graph3d.h.


Member Data Documentation

Mixmodes utilizing destination alpha are properly supported.

Definition at line 537 of file graph3d.h.

The number of supported render target color buffer attachment points.

Does not include the depth/stencil attachment point.

Definition at line 546 of file graph3d.h.

Maximum texture dimensions.

Definition at line 528 of file graph3d.h.

Minimum texture dimensions.

Definition at line 526 of file graph3d.h.

Enough stencil bits for stencil shadows are available.

Definition at line 541 of file graph3d.h.

Whether point sprites are supported.

If true, geometry of the type CS_MESHTYPE_POINT_SPRITES can be drawn.

Definition at line 533 of file graph3d.h.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1