Package icyllis.arc3d.engine.trash
Class StencilSettings
java.lang.Object
icyllis.arc3d.engine.trash.StencilSettings
Deprecated.
This class defines concrete stencil settings that map directly to the underlying hardware. It
is deduced from user stencil settings, stencil clip status, and the number of bits in the
target stencil buffer.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final byte
Deprecated.static final byte
Deprecated.StencilOpstatic final byte
Deprecated.static final byte
Deprecated.StencilOpstatic final byte
Deprecated.StencilOpstatic final byte
Deprecated.StencilOpstatic final byte
Deprecated.StencilOpstatic final byte
Deprecated.StencilOpstatic final short
Deprecated.StencilTeststatic final int
Deprecated.static final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTeststatic final short
Deprecated.StencilTest -
Constructor Summary
-
Method Summary
-
Field Details
-
STENCIL_TEST_ALWAYS
public static final short STENCIL_TEST_ALWAYSDeprecated.StencilTest- See Also:
-
STENCIL_TEST_NEVER
public static final short STENCIL_TEST_NEVERDeprecated.StencilTest- See Also:
-
STENCIL_TEST_GREATER
public static final short STENCIL_TEST_GREATERDeprecated.StencilTest- See Also:
-
STENCIL_TEST_GEQUAL
public static final short STENCIL_TEST_GEQUALDeprecated.StencilTest- See Also:
-
STENCIL_TEST_LESS
public static final short STENCIL_TEST_LESSDeprecated.StencilTest- See Also:
-
STENCIL_TEST_LEQUAL
public static final short STENCIL_TEST_LEQUALDeprecated.StencilTest- See Also:
-
STENCIL_TEST_EQUAL
public static final short STENCIL_TEST_EQUALDeprecated.StencilTest- See Also:
-
STENCIL_TEST_NOTEQUAL
public static final short STENCIL_TEST_NOTEQUALDeprecated.StencilTest- See Also:
-
STENCIL_TEST_COUNT
public static final int STENCIL_TEST_COUNTDeprecated.- See Also:
-
STENCIL_OP_KEEP
public static final byte STENCIL_OP_KEEPDeprecated.StencilOp- See Also:
-
STENCIL_OP_ZERO
public static final byte STENCIL_OP_ZERODeprecated.StencilOp- See Also:
-
STENCIL_OP_REPLACE
public static final byte STENCIL_OP_REPLACEDeprecated.StencilOp- See Also:
-
STENCIL_OP_INVERT
public static final byte STENCIL_OP_INVERTDeprecated.StencilOp- See Also:
-
STENCIL_OP_INC_WRAP
public static final byte STENCIL_OP_INC_WRAPDeprecated.StencilOp- See Also:
-
STENCIL_OP_DEC_WRAP
public static final byte STENCIL_OP_DEC_WRAPDeprecated.StencilOp- See Also:
-
STENCIL_OP_INC_CLAMP
public static final byte STENCIL_OP_INC_CLAMPDeprecated.- See Also:
-
STENCIL_OP_DEC_CLAMP
public static final byte STENCIL_OP_DEC_CLAMPDeprecated.- See Also:
-
STENCIL_OP_COUNT
public static final int STENCIL_OP_COUNTDeprecated.- See Also:
-
-
Constructor Details
-
StencilSettings
public StencilSettings()Deprecated.
-