public interface RenderEngineState
String getVersion()
void clear(boolean color,
boolean depth,
boolean stencil)
void enable(Feature feature)
void disable(Feature feature)
boolean isEnabled(Feature feature)
void cullFace(Face face)
Face getCullFace()
void setFrontFace(FrontFaceMethod face)
FrontFaceMethod getFrontFace()
void setClearColor(Color color)
Color getClearColor()
void setDepthFunction(DepthFunction function)
DepthFunction getDepthFunction()
void setBlendFunction(BlendFunction sfactor, BlendFunction dfactor)
BlendFunction[] getBlendFunction()
void enableDepthWrite(boolean enable)
boolean isDepthWrite()
void setPolygonMode(FillMode mode)
FillMode getPolygonMode()
void setColorWrite(boolean r,
boolean g,
boolean b,
boolean a)
boolean[] isColorWrite()
void setBound(FrameBuffer fbo)
FrameBuffer getBoundFbo()
void setBound(Texture texture)
Texture getBoundTexture()
void setBound(Mesh mesh)
Mesh getBoundMesh()
void setBound(Shader shader)
Shader getBoundShader()
Copyright © 2015. All rights reserved.