OpenGLRaw-3.3.4.1: src/Graphics/GL/REND/ScreenCoordinates.hs
{-# LANGUAGE PatternSynonyms #-}
--------------------------------------------------------------------------------
-- |
-- Module : Graphics.GL.REND.ScreenCoordinates
-- Copyright : (c) Sven Panne 2019
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
-- Stability : stable
-- Portability : portable
--
--------------------------------------------------------------------------------
module Graphics.GL.REND.ScreenCoordinates (
-- * Extension Support
glGetRENDScreenCoordinates,
gl_REND_screen_coordinates,
-- * Enums
pattern GL_INVERTED_SCREEN_W_REND,
pattern GL_SCREEN_COORDINATES_REND
) where
import Graphics.GL.ExtensionPredicates
import Graphics.GL.Tokens