caramia-0.7.2.2: High-level OpenGL bindings

Copyright(c) 2014 Edward Kmett
LicenseBSD2
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Graphics.Caramia.Internal.OpenGLVersion

Description

 

Synopsis

Documentation

vendor :: String Source

Returns the company responsible for this GL implementation. This name does not change from release to release.

renderer :: String Source

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.

shadingLanguageVersion :: Version Source

Return the primary shading language version

shadingLanguageVersions :: Set Version Source

Returns a set of shading language versions supported by this implementation.