Package org.lwjgl.opengl
Class EXTTextureMirrorClamp
java.lang.Object
org.lwjgl.opengl.EXTTextureMirrorClamp
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R:static final int
Accepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R:static final int
Accepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R: -
Method Summary
-
Field Details
-
GL_MIRROR_CLAMP_EXT
public static final int GL_MIRROR_CLAMP_EXTAccepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R:- See Also:
-
GL_MIRROR_CLAMP_TO_EDGE_EXT
public static final int GL_MIRROR_CLAMP_TO_EDGE_EXTAccepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R:- See Also:
-
GL_MIRROR_CLAMP_TO_BORDER_EXT
public static final int GL_MIRROR_CLAMP_TO_BORDER_EXTAccepted by the <param> parameter of TexParameteri and TexParameterf, and by the <params> parameter of TexParameteriv and TexParameterfv, when their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or TEXTURE_WRAP_R:- See Also:
-