Copyright | (c) Vladimir Lopatin 2022 |
---|---|
License | BSD-3-Clause |
Maintainer | Vladimir Lopatin <madjestic13@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Utilities for handling OpenGL buffers and rendering.
Documentation
closeWindow :: Window -> IO () Source #
bindTextureObject :: GLuint -> TextureObject -> IO () Source #
data BackendOptions Source #
Instances
Show BackendOptions Source # | |
Defined in Graphics.RedViz.Rendering showsPrec :: Int -> BackendOptions -> ShowS # show :: BackendOptions -> String # showList :: [BackendOptions] -> ShowS # |