summaryrefslogtreecommitdiffstats
path: root/Texture.hs
blob: 083d9ace3e9880918014623559b2ab1ad81c80e3 (plain)
1
2
3
4
5
6
7
8
9
module Texture ( Texture(..)
               , TextureObject
               ) where

import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)

data Texture = TextureWood
             deriving (Eq, Ord, Show)