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.NV.ScissorExclusive

Contents

Description

 
Synopsis

Extension Support

glGetNVScissorExclusive :: MonadIO m => m Bool Source #

Is the NV_scissor_exclusive extension supported?

gl_NV_scissor_exclusive :: Bool Source #

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

Enums

Functions

glScissorExclusiveArrayvNV Source #

Arguments

:: MonadIO m 
=> GLuint

first.

-> GLsizei

count.

-> Ptr GLint

v pointing to COMPSIZE(count) elements of type GLint.

-> m () 

glScissorExclusiveNV Source #

Arguments

:: MonadIO m 
=> GLint

x of type WinCoord.

-> GLint

y of type WinCoord.

-> GLsizei

width.

-> GLsizei

height.

-> m ()