9 lines
239 B
Haskell
9 lines
239 B
Haskell
module Graphics.Types
|
|
( module GT
|
|
) where
|
|
|
|
import Graphics.Types.VertexArray as GT
|
|
import Graphics.Types.VertexBuffer as GT
|
|
import Graphics.Types.IndexBuffer as GT
|
|
import Graphics.Types.Shader as GT
|
|
import Graphics.Types.Texture as GT
|