| 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.Descriptor
Description
A basic structure for passing to graphics driver.
Documentation
data Descriptor Source #
Constructors
| Descriptor VertexArrayObject NumArrayIndices |
Instances
| Show Descriptor Source # | |
Defined in Graphics.RedViz.Descriptor Methods showsPrec :: Int -> Descriptor -> ShowS # show :: Descriptor -> String # showList :: [Descriptor] -> ShowS # | |