pituicat/src/Types/Graphics.hs

10 lines
230 B
Haskell

module Types.Graphics
( module G
) where
import Types.Graphics.VertexArray as G
import Types.Graphics.VertexBuffer as G
import Types.Graphics.IndexBuffer as G
import Types.Graphics.Shader as G
import Types.Graphics.Prop as G