OpenGLRaw-3.3.2.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.EXT.MemoryObjectFd

Contents

Description

 
Synopsis

Extension Support

glGetEXTMemoryObjectFd :: MonadIO m => m Bool Source #

Is the EXT_memory_object_fd extension supported?

gl_EXT_memory_object_fd :: Bool Source #

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

Enums

Functions

glImportMemoryFdEXT Source #

Arguments

:: MonadIO m 
=> GLuint

memory.

-> GLuint64

size.

-> GLenum

handleType of type ExternalHandleType.

-> GLint

fd.

-> m ()