public final class eTSRStencilOp
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TSR_STENCIL_OP_DECR |
static int |
TSR_STENCIL_OP_DECR_SAT |
static int |
TSR_STENCIL_OP_INCR |
static int |
TSR_STENCIL_OP_INCR_SAT |
static int |
TSR_STENCIL_OP_INVERT |
static int |
TSR_STENCIL_OP_KEEP |
static int |
TSR_STENCIL_OP_REPLACE |
static int |
TSR_STENCIL_OP_ZERO |
Constructor and Description |
---|
eTSRStencilOp() |
public static final int TSR_STENCIL_OP_KEEP
public static final int TSR_STENCIL_OP_ZERO
public static final int TSR_STENCIL_OP_REPLACE
public static final int TSR_STENCIL_OP_INCR_SAT
public static final int TSR_STENCIL_OP_DECR_SAT
public static final int TSR_STENCIL_OP_INVERT
public static final int TSR_STENCIL_OP_INCR
public static final int TSR_STENCIL_OP_DECR