aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alv-lib/glsl-view.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/alv-lib/glsl-view.moon b/alv-lib/glsl-view.moon
index 4e79ec0..51f854c 100644
--- a/alv-lib/glsl-view.moon
+++ b/alv-lib/glsl-view.moon
@@ -59,7 +59,7 @@ When absent, `glsl-type` is inferred based on the type of `value`:
video_source = Constant.meta
meta:
- name: 'video'
+ name: 'video-source'
summary: "load a video texture source."
examples: { '(video-source [socket] type filename [format] [args])' }
description: "Creates a texture source from a video or image file.
@@ -106,7 +106,7 @@ video_source = Constant.meta
stream_source = Constant.meta
meta:
- name: 'stream'
+ name: 'stream-source'
summary: "load a stream texture source."
examples: { '(stream-source [socket] type uri [format] [args])' }
description: "Creates a realtime stream from a capture source.