pituicat/src/Types/Graphics.hs

9 lines
198 B
Haskell
Raw Normal View History

2020-10-17 14:18:42 +00:00
module Types.Graphics
( module G
) where
import Types.Graphics.VertexArray as G
import Types.Graphics.VertexBuffer as G
2020-12-06 07:14:50 +00:00
import Types.Graphics.IndexBuffer as G
import Types.Graphics.Shader as G