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.NVX.LinkedGPUMulticast

Contents

Description

 

Synopsis

Extension Support

gl_NVX_linked_gpu_multicast :: Bool Source #

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

Enums

Functions

glLGPUCopyImageSubDataNVX Source #

Arguments

:: MonadIO m 
=> GLuint

sourceGpu.

-> GLbitfield

destinationGpuMask.

-> GLuint

srcName.

-> GLenum

srcTarget.

-> GLint

srcLevel.

-> GLint

srcX.

-> GLint

srxY.

-> GLint

srcZ.

-> GLuint

dstName.

-> GLenum

dstTarget.

-> GLint

dstLevel.

-> GLint

dstX.

-> GLint

dstY.

-> GLint

dstZ.

-> GLsizei

width.

-> GLsizei

height.

-> GLsizei

depth.

-> m () 

glLGPUNamedBufferSubDataNVX Source #

Arguments

:: MonadIO m 
=> GLbitfield

gpuMask.

-> GLuint

buffer.

-> GLintptr

offset.

-> GLsizeiptr

size.

-> Ptr a

data.

-> m ()