Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::GlState Member List

This is the complete list of members for jop::GlState, including all inherited members.

BlendFunc enum namejop::GlState
DepthFunc enum namejop::GlState
FaceCull enum namejop::GlState
flush()jop::GlStatestatic
PolygonMode enum namejop::GlState
setBlendFunc(const bool enable, const BlendFunc srcFactor=BlendFunc::SrcAlpha, const BlendFunc dstFactor=BlendFunc::OneMinusSrcAlpha)jop::GlStatestatic
setDepthTest(const bool enable, const DepthFunc func=DepthFunc::Less)jop::GlStatestatic
setDepthWrite(const bool enable)jop::GlStatestatic
setFaceCull(const bool enable, const FaceCull cull=FaceCull::Back)jop::GlStatestatic
setLineSmooth(const bool enable)jop::GlStatestatic
setLineWidth(const float width)jop::GlStatestatic
setPolygonMode(const PolygonMode mode)jop::GlStatestatic
setPolygonSmooth(const bool enable)jop::GlStatestatic
setSeamlessCubemap(const bool enable)jop::GlStatestatic
setStencilTest(const bool enable, const DepthFunc func=DepthFunc::Always, const unsigned int mask=0xFFFFFFFF)jop::GlStatestatic
setVertexAttribute(const bool enable, const unsigned int index)jop::GlStatestatic