diff options
Diffstat (limited to '2d/shader.scm')
-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 |