Wraps the OpenGL function glAlphaFunc(), see also http://www.opengl.org/sdk/docs/man/xhtml/glAlphaFunc.xml for more information.
More...
#include <Shader.hpp>
List of all members.
Detailed Description
Wraps the OpenGL function glAlphaFunc(), see also http://www.opengl.org/sdk/docs/man/xhtml/glAlphaFunc.xml for more information.
- See also:
- Shader, Effect, Actor, vl::EN_ALPHA_TEST
Constructor & Destructor Documentation
| vl::AlphaFunc::AlphaFunc |
( |
EFunction |
alphafunc = FU_ALWAYS, |
|
|
float |
refvalue = 0 |
|
) |
| [inline] |
Member Function Documentation
| virtual const char* vl::AlphaFunc::className |
( |
) |
[inline, virtual] |
| virtual ERenderState vl::AlphaFunc::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::AlphaFunc::set |
( |
EFunction |
alphafunc, |
|
|
float |
ref_value |
|
) |
| [inline] |
| EFunction vl::AlphaFunc::alphaFunc |
( |
) |
const [inline] |
| float vl::AlphaFunc::refValue |
( |
) |
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