Class StencilSettings

java.lang.Object
icyllis.arc3d.engine.trash.StencilSettings

@Deprecated public final class StencilSettings extends Object
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 Details

    • STENCIL_TEST_ALWAYS

      public static final short STENCIL_TEST_ALWAYS
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_NEVER

      public static final short STENCIL_TEST_NEVER
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_GREATER

      public static final short STENCIL_TEST_GREATER
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_GEQUAL

      public static final short STENCIL_TEST_GEQUAL
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_LESS

      public static final short STENCIL_TEST_LESS
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_LEQUAL

      public static final short STENCIL_TEST_LEQUAL
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_EQUAL

      public static final short STENCIL_TEST_EQUAL
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_NOTEQUAL

      public static final short STENCIL_TEST_NOTEQUAL
      Deprecated.
      StencilTest
      See Also:
    • STENCIL_TEST_COUNT

      public static final int STENCIL_TEST_COUNT
      Deprecated.
      See Also:
    • STENCIL_OP_KEEP

      public static final byte STENCIL_OP_KEEP
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_ZERO

      public static final byte STENCIL_OP_ZERO
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_REPLACE

      public static final byte STENCIL_OP_REPLACE
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_INVERT

      public static final byte STENCIL_OP_INVERT
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_INC_WRAP

      public static final byte STENCIL_OP_INC_WRAP
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_DEC_WRAP

      public static final byte STENCIL_OP_DEC_WRAP
      Deprecated.
      StencilOp
      See Also:
    • STENCIL_OP_INC_CLAMP

      public static final byte STENCIL_OP_INC_CLAMP
      Deprecated.
      See Also:
    • STENCIL_OP_DEC_CLAMP

      public static final byte STENCIL_OP_DEC_CLAMP
      Deprecated.
      See Also:
    • STENCIL_OP_COUNT

      public static final int STENCIL_OP_COUNT
      Deprecated.
      See Also:
  • Constructor Details

    • StencilSettings

      public StencilSettings()
      Deprecated.