Package org.lwjgl.opengles
Class OESTextureStorageMultisample2DArray
- java.lang.Object
-
- org.lwjgl.opengles.OESTextureStorageMultisample2DArray
-
public class OESTextureStorageMultisample2DArray extends java.lang.Object
Native bindings to the OES_texture_storage_multisample_2d_array extension.This extension provides support for a new type of immutable texture, two-dimensional multisample array textures. It depends on functionality introduced in OpenGL ES 3.1 to support two-dimensional multisample (non-array) textures.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OESReturned by thetype
parameter of GetActiveUniform.static int
GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
Accepted by thetarget
parameter of BindTexture, TexStorage3DMultisampleOES, GetInternalformativ, TexParameter{if}*, GetTexParameter{if}v and GetTexLevelParameter{if}v.static int
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, and GetFloatv.static int
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Returned by thetype
parameter of GetActiveUniform.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glTexStorage3DMultisampleOES(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
-
-
-
Field Detail
-
GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
Accepted by thetarget
parameter of BindTexture, TexStorage3DMultisampleOES, GetInternalformativ, TexParameter{if}*, GetTexParameter{if}v and GetTexLevelParameter{if}v. Also, the texture object indicated by thetexture
argument to FramebufferTextureLayer can be TEXTURE_2D_MULTISAMPLE_ARRAY_OES.
-
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, and GetFloatv.
-
GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Returned by thetype
parameter of GetActiveUniform.
-
-