diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-04-21 22:20:14 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-04-21 22:20:14 -0400 |
commit | 744c702c45eb6115627f25d08b65aedd492fd806 (patch) | |
tree | 8a422f1f6c26eccac273164e3d222f90e681ee13 /2d | |
parent | 0903e14f2136e913862cd553d3f47b6d292b1191 (diff) |
Export shader-program-id procedure.
* 2d/shader.scm: Export shader-program-id.
Diffstat (limited to '2d')
-rw-r--r-- | 2d/shader.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/shader.scm b/2d/shader.scm index 994dd63..c34f48b 100644 --- a/2d/shader.scm +++ b/2d/shader.scm @@ -39,6 +39,7 @@ shader-type shader-id make-shader-program + shader-program-id shader-program? shader-program-linked? with-shader-program |