Package org.lwjgl.opengl
Class EXTTextureArray
java.lang.Object
org.lwjgl.opengl.EXTTextureArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferTextureLayerEXT
(int target, int attachment, int texture, int level, int layer) void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
-
Field Details
-
GL_TEXTURE_1D_ARRAY_EXT
public static final int GL_TEXTURE_1D_ARRAY_EXT- See Also:
-
GL_TEXTURE_2D_ARRAY_EXT
public static final int GL_TEXTURE_2D_ARRAY_EXT- See Also:
-
GL_PROXY_TEXTURE_2D_ARRAY_EXT
public static final int GL_PROXY_TEXTURE_2D_ARRAY_EXT- See Also:
-
GL_PROXY_TEXTURE_1D_ARRAY_EXT
public static final int GL_PROXY_TEXTURE_1D_ARRAY_EXT- See Also:
-
GL_TEXTURE_BINDING_1D_ARRAY_EXT
public static final int GL_TEXTURE_BINDING_1D_ARRAY_EXT- See Also:
-
GL_TEXTURE_BINDING_2D_ARRAY_EXT
public static final int GL_TEXTURE_BINDING_2D_ARRAY_EXT- See Also:
-
GL_MAX_ARRAY_TEXTURE_LAYERS_EXT
public static final int GL_MAX_ARRAY_TEXTURE_LAYERS_EXT- See Also:
-
GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT
public static final int GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT- See Also:
-
GL_SAMPLER_1D_ARRAY_EXT
public static final int GL_SAMPLER_1D_ARRAY_EXT- See Also:
-
GL_SAMPLER_2D_ARRAY_EXT
public static final int GL_SAMPLER_2D_ARRAY_EXT- See Also:
-
GL_SAMPLER_1D_ARRAY_SHADOW_EXT
public static final int GL_SAMPLER_1D_ARRAY_SHADOW_EXT- See Also:
-
GL_SAMPLER_2D_ARRAY_SHADOW_EXT
public static final int GL_SAMPLER_2D_ARRAY_SHADOW_EXT- See Also:
-
-
Method Details
-
glFramebufferTextureLayerEXT
public static void glFramebufferTextureLayerEXT(int target, int attachment, int texture, int level, int layer) void glFramebufferTextureLayerEXT(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
-