Package org.lwjgl.opengl
Class EXTTextureArray
java.lang.Object
org.lwjgl.opengl.EXTTextureArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <param> parameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when the <pname> parameter is TEXTURE_COMPARE_MODE_ARB:static final int
Accepted by the <pname> parameter of GetFramebufferAttachmentParameterivEXT:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv:static final int
Accepted by the <target> parameter of TexImage2D, TexSubImage2D, CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and CompressedTexSubImage2D:static final int
Accepted by the <target> parameter of TexImage3D, TexSubImage3D, CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Returned by the <type> parameter of GetActiveUniform:static final int
Accepted by the <target> parameter of TexParameteri, TexParameteriv, TexParameterf, TexParameterfv, and BindTexture:static final int
Accepted by the <target> parameter of TexParameteri, TexParameteriv, TexParameterf, TexParameterfv, and BindTexture:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferTextureLayerEXT
(int target, int attachment, int texture, int level, int layer)
-
Field Details
-
GL_TEXTURE_1D_ARRAY_EXT
public static final int GL_TEXTURE_1D_ARRAY_EXTAccepted by the <target> parameter of TexParameteri, TexParameteriv, TexParameterf, TexParameterfv, and BindTexture:- See Also:
-
GL_TEXTURE_2D_ARRAY_EXT
public static final int GL_TEXTURE_2D_ARRAY_EXTAccepted by the <target> parameter of TexParameteri, TexParameteriv, TexParameterf, TexParameterfv, and BindTexture:- See Also:
-
GL_PROXY_TEXTURE_2D_ARRAY_EXT
public static final int GL_PROXY_TEXTURE_2D_ARRAY_EXTAccepted by the <target> parameter of TexImage3D, TexSubImage3D, CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:- See Also:
-
GL_PROXY_TEXTURE_1D_ARRAY_EXT
public static final int GL_PROXY_TEXTURE_1D_ARRAY_EXTAccepted by the <target> parameter of TexImage2D, TexSubImage2D, CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and CompressedTexSubImage2D:- See Also:
-
GL_TEXTURE_BINDING_1D_ARRAY_EXT
public static final int GL_TEXTURE_BINDING_1D_ARRAY_EXTAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv:- See Also:
-
GL_TEXTURE_BINDING_2D_ARRAY_EXT
public static final int GL_TEXTURE_BINDING_2D_ARRAY_EXTAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv:- See Also:
-
GL_MAX_ARRAY_TEXTURE_LAYERS_EXT
public static final int GL_MAX_ARRAY_TEXTURE_LAYERS_EXTAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv and GetFloatv:- See Also:
-
GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT
public static final int GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXTAccepted by the <param> parameter of TexParameterf, TexParameteri, TexParameterfv, and TexParameteriv when the <pname> parameter is TEXTURE_COMPARE_MODE_ARB:- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXTAccepted by the <pname> parameter of GetFramebufferAttachmentParameterivEXT:- See Also:
-
GL_SAMPLER_1D_ARRAY_EXT
public static final int GL_SAMPLER_1D_ARRAY_EXTReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_SAMPLER_2D_ARRAY_EXT
public static final int GL_SAMPLER_2D_ARRAY_EXTReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_SAMPLER_1D_ARRAY_SHADOW_EXT
public static final int GL_SAMPLER_1D_ARRAY_SHADOW_EXTReturned by the <type> parameter of GetActiveUniform:- See Also:
-
GL_SAMPLER_2D_ARRAY_SHADOW_EXT
public static final int GL_SAMPLER_2D_ARRAY_SHADOW_EXTReturned by the <type> parameter of GetActiveUniform:- See Also:
-
-
Method Details
-
glFramebufferTextureLayerEXT
public static void glFramebufferTextureLayerEXT(int target, int attachment, int texture, int level, int layer)
-