OpenGLRaw-3.3.0.1: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2018
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.NV.DrawVulkanImage

Contents

Description

 

Synopsis

Extension Support

glGetNVDrawVulkanImage :: MonadIO m => m Bool Source #

Is the NV_draw_vulkan_image extension supported?

gl_NV_draw_vulkan_image :: Bool Source #

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

Functions

glDrawVkImageNV Source #

Arguments

:: MonadIO m 
=> GLuint64

vkImage.

-> GLuint

sampler.

-> GLfloat

x0.

-> GLfloat

y0.

-> GLfloat

x1.

-> GLfloat

y1.

-> GLfloat

z.

-> GLfloat

s0.

-> GLfloat

t0.

-> GLfloat

s1.

-> GLfloat

t1.

-> m () 

glGetVkProcAddrNV Source #

Arguments

:: MonadIO m 
=> Ptr GLchar

name pointing to COMPSIZE(name) elements of type GLchar.

-> m GLVULKANPROCNV 

glSignalVkFenceNV Source #

Arguments

:: MonadIO m 
=> GLuint64

vkFence.

-> m () 

glSignalVkSemaphoreNV Source #

Arguments

:: MonadIO m 
=> GLuint64

vkSemaphore.

-> m () 

glWaitVkSemaphoreNV Source #

Arguments

:: MonadIO m 
=> GLuint64

vkSemaphore.

-> m ()