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