![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
This is the complete list of members for jop::GlState, including all inherited members.
BlendFunc enum name | jop::GlState | |
DepthFunc enum name | jop::GlState | |
FaceCull enum name | jop::GlState | |
flush() | jop::GlState | static |
PolygonMode enum name | jop::GlState | |
setBlendFunc(const bool enable, const BlendFunc srcFactor=BlendFunc::SrcAlpha, const BlendFunc dstFactor=BlendFunc::OneMinusSrcAlpha) | jop::GlState | static |
setDepthTest(const bool enable, const DepthFunc func=DepthFunc::Less) | jop::GlState | static |
setDepthWrite(const bool enable) | jop::GlState | static |
setFaceCull(const bool enable, const FaceCull cull=FaceCull::Back) | jop::GlState | static |
setLineSmooth(const bool enable) | jop::GlState | static |
setLineWidth(const float width) | jop::GlState | static |
setPolygonMode(const PolygonMode mode) | jop::GlState | static |
setPolygonSmooth(const bool enable) | jop::GlState | static |
setSeamlessCubemap(const bool enable) | jop::GlState | static |
setStencilTest(const bool enable, const DepthFunc func=DepthFunc::Always, const unsigned int mask=0xFFFFFFFF) | jop::GlState | static |
setVertexAttribute(const bool enable, const unsigned int index) | jop::GlState | static |