Class OESTextureStorageMultisample2DArray

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

public class OESTextureStorageMultisample2DArray extends Object
  • Field Details

    • GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_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
      See Also:
    • GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      See Also:
    • GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      See Also:
    • GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES

      public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES
      See Also:
  • Method Details

    • glTexStorage3DMultisampleOES

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