public final class AMDStencilOperationExtended
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_AND
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_EQUIV
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_NAND
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_NOR
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_OR
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_REPLACE_VALUE_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_SET_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
static int |
GL_STENCIL_BACK_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
|
static int |
GL_STENCIL_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
|
static int |
GL_XOR
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp
and StencilOpSeparate:
|
Modifier and Type | Method and Description |
---|---|
static void |
glStencilOpValueAMD(int face,
int value) |
public static final int GL_SET_AMD
public static final int GL_AND
public static final int GL_XOR
public static final int GL_OR
public static final int GL_NOR
public static final int GL_EQUIV
public static final int GL_NAND
public static final int GL_REPLACE_VALUE_AMD
public static final int GL_STENCIL_OP_VALUE_AMD
public static final int GL_STENCIL_BACK_OP_VALUE_AMD
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.