Package org.lwjgl.opengl
Class EXTTextureSwizzle
- java.lang.Object
-
- org.lwjgl.opengl.EXTTextureSwizzle
-
public final class EXTTextureSwizzle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_TEXTURE_SWIZZLE_A_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:static int
GL_TEXTURE_SWIZZLE_B_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:static int
GL_TEXTURE_SWIZZLE_G_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:static int
GL_TEXTURE_SWIZZLE_R_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:static int
GL_TEXTURE_SWIZZLE_RGBA_EXT
Accepted by the <pname> parameters of TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
-
-
-
Field Detail
-
GL_TEXTURE_SWIZZLE_R_EXT
public static final int GL_TEXTURE_SWIZZLE_R_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_SWIZZLE_G_EXT
public static final int GL_TEXTURE_SWIZZLE_G_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_SWIZZLE_B_EXT
public static final int GL_TEXTURE_SWIZZLE_B_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_SWIZZLE_A_EXT
public static final int GL_TEXTURE_SWIZZLE_A_EXT
Accepted by the <pname> parameters of TexParameteri, TexParameterf, TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_SWIZZLE_RGBA_EXT
public static final int GL_TEXTURE_SWIZZLE_RGBA_EXT
Accepted by the <pname> parameters of TexParameteriv, TexParameterfv, GetTexParameterfv, and GetTexParameteriv:- See Also:
- Constant Field Values
-
-