Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetEXTRescaleNormal :: MonadIO m => m Bool
- gl_EXT_rescale_normal :: Bool
- pattern GL_RESCALE_NORMAL_EXT :: GLenum
Extension Support
glGetEXTRescaleNormal :: MonadIO m => m Bool Source #
Is the EXT_rescale_normal extension supported?
gl_EXT_rescale_normal :: Bool Source #
Is the EXT_rescale_normal extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTRescaleNormal
in those cases instead.
Enums
pattern GL_RESCALE_NORMAL_EXT :: GLenum Source #