Package org.lwjgl.opengles
Class OESTextureStorageMultisample2DArray
- java.lang.Object
-
- org.lwjgl.opengles.OESTextureStorageMultisample2DArray
-
public class OESTextureStorageMultisample2DArray extends java.lang.ObjectNative 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 and Description static intGL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OESReturned by thetypeparameter of GetActiveUniform.static intGL_TEXTURE_2D_MULTISAMPLE_ARRAY_OESAccepted by thetargetparameter of BindTexture, TexStorage3DMultisampleOES, GetInternalformativ, TexParameter{if}*, GetTexParameter{if}v and GetTexLevelParameter{if}v.static intGL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OESAccepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.static intGL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OESReturned by thetypeparameter of GetActiveUniform.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglTexStorage3DMultisampleOES(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
-
-
-
Field Detail
-
GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
public static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
Accepted by thetargetparameter of BindTexture, TexStorage3DMultisampleOES, GetInternalformativ, TexParameter{if}*, GetTexParameter{if}v and GetTexLevelParameter{if}v. Also, the texture object indicated by thetextureargument to FramebufferTextureLayer can be TEXTURE_2D_MULTISAMPLE_ARRAY_OES.- See Also:
- Constant Field Values
-
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
Accepted by thepnameparameter of GetBooleanv, GetIntegerv, and GetFloatv.- See Also:
- Constant Field Values
-
GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Returned by thetypeparameter of GetActiveUniform.- See Also:
- Constant Field Values
-
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Returned by thetypeparameter of GetActiveUniform.- See Also:
- Constant Field Values
-
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
Returned by thetypeparameter of GetActiveUniform.- See Also:
- Constant Field Values
-
-