Class NVMemoryAttachment

java.lang.Object
org.lwjgl.opengles.NVMemoryAttachment

public class NVMemoryAttachment extends Object
  • Field Details

    • GL_ATTACHED_MEMORY_OBJECT_NV

      public static final int GL_ATTACHED_MEMORY_OBJECT_NV
      See Also:
    • GL_ATTACHED_MEMORY_OFFSET_NV

      public static final int GL_ATTACHED_MEMORY_OFFSET_NV
      See Also:
    • GL_MEMORY_ATTACHABLE_ALIGNMENT_NV

      public static final int GL_MEMORY_ATTACHABLE_ALIGNMENT_NV
      See Also:
    • GL_MEMORY_ATTACHABLE_SIZE_NV

      public static final int GL_MEMORY_ATTACHABLE_SIZE_NV
      See Also:
    • GL_MEMORY_ATTACHABLE_NV

      public static final int GL_MEMORY_ATTACHABLE_NV
      See Also:
    • GL_DETACHED_MEMORY_INCARNATION_NV

      public static final int GL_DETACHED_MEMORY_INCARNATION_NV
      See Also:
    • GL_DETACHED_TEXTURES_NV

      public static final int GL_DETACHED_TEXTURES_NV
      See Also:
    • GL_DETACHED_BUFFERS_NV

      public static final int GL_DETACHED_BUFFERS_NV
      See Also:
    • GL_MAX_DETACHED_TEXTURES_NV

      public static final int GL_MAX_DETACHED_TEXTURES_NV
      See Also:
    • GL_MAX_DETACHED_BUFFERS_NV

      public static final int GL_MAX_DETACHED_BUFFERS_NV
      See Also:
  • Method Details

    • nglGetMemoryObjectDetachedResourcesuivNV

      public static void nglGetMemoryObjectDetachedResourcesuivNV(int memory, int pname, int first, int count, long params)
      void glGetMemoryObjectDetachedResourcesuivNV(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
    • glGetMemoryObjectDetachedResourcesuivNV

      public static void glGetMemoryObjectDetachedResourcesuivNV(@NativeType("GLuint") int memory, @NativeType("GLenum") int pname, @NativeType("GLint") int first, @NativeType("GLuint *") IntBuffer params)
      void glGetMemoryObjectDetachedResourcesuivNV(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)
    • glResetMemoryObjectParameterNV

      public static void glResetMemoryObjectParameterNV(@NativeType("GLuint") int memory, @NativeType("GLenum") int pname)
      void glResetMemoryObjectParameterNV(GLuint memory, GLenum pname)
    • glTexAttachMemoryNV

      public static void glTexAttachMemoryNV(@NativeType("GLenum") int target, @NativeType("GLuint") int memory, @NativeType("GLuint64") long offset)
      void glTexAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset)
    • glBufferAttachMemoryNV

      public static void glBufferAttachMemoryNV(@NativeType("GLenum") int target, @NativeType("GLuint") int memory, @NativeType("GLuint64") long offset)
      void glBufferAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset)
    • glTextureAttachMemoryNV

      public static void glTextureAttachMemoryNV(@NativeType("GLuint") int texture, @NativeType("GLuint") int memory, @NativeType("GLuint64") long offset)
      void glTextureAttachMemoryNV(GLuint texture, GLuint memory, GLuint64 offset)
    • glNamedBufferAttachMemoryNV

      public static void glNamedBufferAttachMemoryNV(@NativeType("GLuint") int buffer, @NativeType("GLuint") int memory, @NativeType("GLuint64") long offset)
      void glNamedBufferAttachMemoryNV(GLuint buffer, GLuint memory, GLuint64 offset)
    • glGetMemoryObjectDetachedResourcesuivNV

      public static void glGetMemoryObjectDetachedResourcesuivNV(@NativeType("GLuint") int memory, @NativeType("GLenum") int pname, @NativeType("GLint") int first, @NativeType("GLuint *") int[] params)
      void glGetMemoryObjectDetachedResourcesuivNV(GLuint memory, GLenum pname, GLint first, GLsizei count, GLuint * params)