Class OESTextureStorageMultisample2DArray

java.lang.Object
org.lwjgl.opengles.OESTextureStorageMultisample2DArray

public class OESTextureStorageMultisample2DArray extends 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 Details

    • GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES
      Accepted by the target parameter of BindTexture, TexStorage3DMultisampleOES, GetInternalformativ, TexParameter{if}*, GetTexParameter{if}v and GetTexLevelParameter{if}v. Also, the texture object indicated by the texture argument to FramebufferTextureLayer can be TEXTURE_2D_MULTISAMPLE_ARRAY_OES.
      See Also:
    • GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, and GetFloatv.
      See Also:
    • GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      Returned by the type parameter of GetActiveUniform.
      See Also:
    • GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      Returned by the type parameter of GetActiveUniform.
      See Also:
    • GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      Returned by the type parameter of GetActiveUniform.
      See Also:
  • Method Details

    • glTexStorage3DMultisampleOES

      public static void glTexStorage3DMultisampleOES(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)