Copyright | (c) Sven Panne 2018 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetSGISPointLineTexgen :: MonadIO m => m Bool
- gl_SGIS_point_line_texgen :: Bool
- pattern GL_EYE_DISTANCE_TO_LINE_SGIS :: GLenum
- pattern GL_EYE_DISTANCE_TO_POINT_SGIS :: GLenum
- pattern GL_EYE_LINE_SGIS :: GLenum
- pattern GL_EYE_POINT_SGIS :: GLenum
- pattern GL_OBJECT_DISTANCE_TO_LINE_SGIS :: GLenum
- pattern GL_OBJECT_DISTANCE_TO_POINT_SGIS :: GLenum
- pattern GL_OBJECT_LINE_SGIS :: GLenum
- pattern GL_OBJECT_POINT_SGIS :: GLenum
Extension Support
glGetSGISPointLineTexgen :: MonadIO m => m Bool Source #
Is the SGIS_point_line_texgen extension supported?
gl_SGIS_point_line_texgen :: Bool Source #
Is the SGIS_point_line_texgen extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetSGISPointLineTexgen
in those cases instead.
Enums
pattern GL_EYE_DISTANCE_TO_LINE_SGIS :: GLenum Source #
pattern GL_EYE_DISTANCE_TO_POINT_SGIS :: GLenum Source #
pattern GL_EYE_LINE_SGIS :: GLenum Source #
pattern GL_EYE_POINT_SGIS :: GLenum Source #
pattern GL_OBJECT_DISTANCE_TO_LINE_SGIS :: GLenum Source #
pattern GL_OBJECT_DISTANCE_TO_POINT_SGIS :: GLenum Source #
pattern GL_OBJECT_LINE_SGIS :: GLenum Source #
pattern GL_OBJECT_POINT_SGIS :: GLenum Source #