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(@NativeType("GLenum") int target, @NativeType("GLsizei") int samples, @NativeType("GLenum") int internalformat, @NativeType("GLsizei") int width, @NativeType("GLsizei") int height, @NativeType("GLsizei") int depth, @NativeType("GLboolean") boolean fixedsamplelocations)
      void glTexStorage3DMultisampleOES(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)