OpenGLRaw-3.3.4.0: A raw binding for the OpenGL graphics system
Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NV.MemoryAttachment

Description

 
Synopsis

Extension Support

glGetNVMemoryAttachment :: MonadIO m => m Bool #

Is the NV_memory_attachment extension supported?

gl_NV_memory_attachment :: Bool #

Is the NV_memory_attachment extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetNVMemoryAttachment in those cases instead.

Enums

Functions

glBufferAttachMemoryNV #

Arguments

:: MonadIO m 
=> GLenum

target of type BufferTargetARB.

-> GLuint

memory.

-> GLuint64

offset.

-> m () 

glGetMemoryObjectDetachedResourcesuivNV #

Arguments

:: MonadIO m 
=> GLuint

memory.

-> GLenum

pname.

-> GLint

first.

-> GLsizei

count.

-> Ptr GLuint

params.

-> m () 

glNamedBufferAttachMemoryNV #

Arguments

:: MonadIO m 
=> GLuint

buffer.

-> GLuint

memory.

-> GLuint64

offset.

-> m () 

glResetMemoryObjectParameterNV #

Arguments

:: MonadIO m 
=> GLuint

memory.

-> GLenum

pname.

-> m () 

glTexAttachMemoryNV #

Arguments

:: MonadIO m 
=> GLenum

target of type TextureTarget.

-> GLuint

memory.

-> GLuint64

offset.

-> m () 

glTextureAttachMemoryNV #

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLuint

memory.

-> GLuint64

offset.

-> m ()