aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Spear.lkshw2
-rw-r--r--Spear/GLSL.hs4
2 files changed, 3 insertions, 3 deletions
diff --git a/Spear.lkshw b/Spear.lkshw
index 429ce29..2dd5288 100644
--- a/Spear.lkshw
+++ b/Spear.lkshw
@@ -1,7 +1,7 @@
1Version of workspace file format: 1Version of workspace file format:
2 1 2 1
3Time of storage: 3Time of storage:
4 "Thu Aug 30 20:52:11 CEST 2012" 4 "Thu Aug 30 20:54:09 CEST 2012"
5Name of the workspace: 5Name of the workspace:
6 "Spear" 6 "Spear"
7File paths of contained packages: 7File paths of contained packages:
diff --git a/Spear/GLSL.hs b/Spear/GLSL.hs
index 7fe4ac2..4e836eb 100644
--- a/Spear/GLSL.hs
+++ b/Spear/GLSL.hs
@@ -1,7 +1,8 @@
1module Spear.GLSL 1module Spear.GLSL
2( 2(
3 module Graphics.Rendering.OpenGL.Raw.Core31
3 -- * General Management 4 -- * General Management
4 GLSLShader 5, GLSLShader
5, GLSLProgram 6, GLSLProgram
6, ShaderType(..) 7, ShaderType(..)
7 -- ** Programs 8 -- ** Programs
@@ -65,7 +66,6 @@ module Spear.GLSL
65 -- * Textures 66 -- * Textures
66, Texture 67, Texture
67, SettableStateVar 68, SettableStateVar
68, GLenum
69, ($) 69, ($)
70 -- ** Creation and destruction 70 -- ** Creation and destruction
71, newTexture 71, newTexture