Package org.lwjgl.opengles
Class OESTexture3D
java.lang.Object
org.lwjgl.opengles.OESTexture3D
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <target> parameter of TexImage3DOES, TexSubImage3DOES, CopyTexSubImage3DOES, CompressedTexImage3DOES and CompressedTexSubImage3DOES, GetTexParameteriv, and GetTexParameterfv:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:static final int
Accepted by the <pname> parameter of TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glCompressedTexImage3DOES
(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, ByteBuffer data) static void
glCompressedTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, ByteBuffer data) static void
glCopyTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) static void
glFramebufferTexture3DOES
(int target, int attachment, int textarget, int texture, int level, int zoffset) static void
glTexImage3DOES
(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, ByteBuffer pixels) static void
glTexImage3DOES
(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, FloatBuffer pixels) static void
glTexImage3DOES
(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, IntBuffer pixels) static void
glTexImage3DOES
(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, ShortBuffer pixels) static void
glTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ByteBuffer pixels) static void
glTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, FloatBuffer pixels) static void
glTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, IntBuffer pixels) static void
glTexSubImage3DOES
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ShortBuffer pixels)
-
Field Details
-
GL_TEXTURE_3D_OES
public static final int GL_TEXTURE_3D_OESAccepted by the <target> parameter of TexImage3DOES, TexSubImage3DOES, CopyTexSubImage3DOES, CompressedTexImage3DOES and CompressedTexSubImage3DOES, GetTexParameteriv, and GetTexParameterfv:- See Also:
-
GL_TEXTURE_WRAP_R_OES
public static final int GL_TEXTURE_WRAP_R_OESAccepted by the <pname> parameter of TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv:- See Also:
-
GL_MAX_3D_TEXTURE_SIZE_OES
public static final int GL_MAX_3D_TEXTURE_SIZE_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
GL_TEXTURE_BINDING_3D_OES
public static final int GL_TEXTURE_BINDING_3D_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:- See Also:
-
-
Method Details
-
glTexImage3DOES
public static void glTexImage3DOES(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, ByteBuffer pixels) -
glTexImage3DOES
public static void glTexImage3DOES(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, FloatBuffer pixels) -
glTexImage3DOES
public static void glTexImage3DOES(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, IntBuffer pixels) -
glTexImage3DOES
public static void glTexImage3DOES(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, ShortBuffer pixels) -
glTexSubImage3DOES
public static void glTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ByteBuffer pixels) -
glTexSubImage3DOES
public static void glTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, FloatBuffer pixels) -
glTexSubImage3DOES
public static void glTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, IntBuffer pixels) -
glTexSubImage3DOES
public static void glTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ShortBuffer pixels) -
glCopyTexSubImage3DOES
public static void glCopyTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) -
glCompressedTexImage3DOES
public static void glCompressedTexImage3DOES(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, ByteBuffer data) -
glCompressedTexSubImage3DOES
public static void glCompressedTexSubImage3DOES(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, ByteBuffer data) -
glFramebufferTexture3DOES
public static void glFramebufferTexture3DOES(int target, int attachment, int textarget, int texture, int level, int zoffset)
-