Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Render.Unlit.Colored.Model
Documentation
type Model buf = Indexed buf Packed VertexAttrs Source #
type Vertex = Vertex3d VertexAttrs Source #
type VertexAttrs = "RGBA" ::: Vec4 Source #
black :: VertexAttrs Source #
white :: VertexAttrs Source #
type InstanceAttrs = Transform Source #