Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetEXTSemaphoreWin32 :: MonadIO m => m Bool
- gl_EXT_semaphore_win32 :: Bool
- pattern GL_D3D12_FENCE_VALUE_EXT :: GLenum
- pattern GL_DEVICE_LUID_EXT :: GLenum
- pattern GL_DEVICE_NODE_MASK_EXT :: GLenum
- pattern GL_HANDLE_TYPE_D3D12_FENCE_EXT :: GLenum
- pattern GL_HANDLE_TYPE_OPAQUE_WIN32_EXT :: GLenum
- pattern GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT :: GLenum
- pattern GL_LUID_SIZE_EXT :: GLenum
- glImportSemaphoreWin32HandleEXT :: MonadIO m => GLuint -> GLenum -> Ptr a -> m ()
- glImportSemaphoreWin32NameEXT :: MonadIO m => GLuint -> GLenum -> Ptr a -> m ()
Extension Support
glGetEXTSemaphoreWin32 :: MonadIO m => m Bool Source #
Is the EXT_semaphore_win32 extension supported?
gl_EXT_semaphore_win32 :: Bool Source #
Is the EXT_semaphore_win32 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTSemaphoreWin32
in those cases instead.
Enums
pattern GL_D3D12_FENCE_VALUE_EXT :: GLenum Source #
pattern GL_DEVICE_LUID_EXT :: GLenum Source #
pattern GL_DEVICE_NODE_MASK_EXT :: GLenum Source #
pattern GL_HANDLE_TYPE_D3D12_FENCE_EXT :: GLenum Source #
pattern GL_HANDLE_TYPE_OPAQUE_WIN32_EXT :: GLenum Source #
pattern GL_HANDLE_TYPE_OPAQUE_WIN32_KMT_EXT :: GLenum Source #
pattern GL_LUID_SIZE_EXT :: GLenum Source #
Functions
glImportSemaphoreWin32HandleEXT Source #
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |
glImportSemaphoreWin32NameEXT Source #
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> Ptr a |
|
-> m () |