Interface RenderState
public interface RenderState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKey<RenderState, BlendMode> static final PropertyKey<RenderState, CullMode> static final PropertyKey<RenderState, CompareFunc> static final PropertyKey<RenderState, Boolean> static final PropertyKey<RenderState, Boolean> static final PropertyKey<RenderState, FrontFace> static final PropertyKey<RenderState, Float> static final PropertyKey<RenderState, Boolean> static final PropertyKey<RenderState, StencilOp> static final PropertyKey<RenderState, StencilOp> static final PropertyKey<RenderState, CompareFunc> static final PropertyKey<RenderState, Integer> static final PropertyKey<RenderState, StencilOp> static final PropertyKey<RenderState, Integer> static final PropertyKey<RenderState, Boolean> static final PropertyKey<RenderState, Boolean> -
Method Summary
Static Methods
-
Field Details
-
DEPTH_TEST
-
DEPTH_WRITE
-
DEPTH_FUNC
-
BLEND_MODE
-
CULL_MODE
-
FRONT_FACE
-
WIREFRAME
-
LINE_WIDTH
-
SCISSOR_TEST
-
STENCIL_TEST
-
STENCIL_FUNC
-
STENCIL_REF
-
STENCIL_MASK
-
STENCIL_FAIL
-
STENCIL_DEPTH_FAIL
-
STENCIL_PASS
-
-
Method Details
-
defaults
-