Wraps the OpenGL function glStencilMask() and glStencilMaskSeparate(), see also http://www.opengl.org/sdk/docs/man/xhtml/glStencilMask.xml and http://www.opengl.org/sdk/docs/man/xhtml/glStencilMaskSeparate.xml for more information.
More...
#include <Shader.hpp>
List of all members.
Detailed Description
Wraps the OpenGL function glStencilMask() and glStencilMaskSeparate(), see also http://www.opengl.org/sdk/docs/man/xhtml/glStencilMask.xml and http://www.opengl.org/sdk/docs/man/xhtml/glStencilMaskSeparate.xml for more information.
- See also:
- Shader, Effect, Actor, StencilOp, StencilFunc, vl::EN_STENCIL_TEST
Constructor & Destructor Documentation
| vl::StencilMask::StencilMask |
( |
unsigned int |
mask = ~(unsigned int)0 ) |
[inline] |
Member Function Documentation
| virtual const char* vl::StencilMask::className |
( |
) |
[inline, virtual] |
| virtual ERenderState vl::StencilMask::type |
( |
) |
const [inline, virtual] |
The parameter cameara is NULL if we are disabling the state, non-NULL if we are enabling it.
Implements vl::RenderState.
| void vl::StencilMask::set |
( |
EPolygonFace |
face, |
|
|
unsigned int |
mask |
|
) |
| [inline] |
| unsigned int vl::StencilMask::mask_Front |
( |
) |
const [inline] |
| unsigned int vl::StencilMask::mask_Back |
( |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Shader.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Shader.cpp