diff options
author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-30 20:55:24 +0200 |
---|---|---|
committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-30 20:55:24 +0200 |
commit | f7d94a136603e57a6c2fe129f47b93d429cbb338 (patch) | |
tree | 100e46bb0dcac635d513ba813e37325b18e28005 | |
parent | 20eaaa0fd71ed25950fc6320ad32370142dd5596 (diff) |
Added OpenGL functions to export list
-rw-r--r-- | Spear.lkshw | 2 | ||||
-rw-r--r-- | Spear/GLSL.hs | 4 |
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 @@ | |||
1 | Version of workspace file format: | 1 | Version of workspace file format: |
2 | 1 | 2 | 1 |
3 | Time of storage: | 3 | Time of storage: |
4 | "Thu Aug 30 20:52:11 CEST 2012" | 4 | "Thu Aug 30 20:54:09 CEST 2012" |
5 | Name of the workspace: | 5 | Name of the workspace: |
6 | "Spear" | 6 | "Spear" |
7 | File paths of contained packages: | 7 | File 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 @@ | |||
1 | module Spear.GLSL | 1 | module 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 |