| Copyright | (c) Fumiaki Kinoshita 2014 |
|---|---|
| License | BSD3 |
| Maintainer | Fumiaki Kinoshita <fumiexcel@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Call.Internal.GLFW
Description
Documentation
type Texture = (TextureObject, Double, Double) Source
installTexture :: Image PixelRGBA8 -> IO Texture Source
releaseTexture :: Texture -> IO () Source
beginFrame :: System -> IO () Source
compileShader :: FilePath -> Shader -> IO () Source
screenshotFlipped :: System -> IO (Image PixelRGBA8) Source
screenshot :: System -> IO (Image PixelRGBA8) Source