Copyright | (c) 2014 Edward Kmett |
---|---|
License | BSD2 |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Caramia.Internal.OpenGLVersion
Description
Documentation
Returns the company responsible for this GL implementation. This name does not change from release to release.
Returns the name of the renderer. This name is typically specific to a particular configuration of a hardware platform. It does not change from release to release.
data OpenGLVersion Source
Constructors
OpenGLVersion !Int !Int |
shadingLanguageVersion :: Version Source
Return the primary shading language version
shadingLanguageVersions :: Set Version Source
Returns a set of shading language versions supported by this implementation.