diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-10-15 08:18:37 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-10-15 08:18:37 +0000 |
| commit | 4575fbcc051f4deebc7c4aedc08cd9e3c93de90a (patch) | |
| tree | 7ae87bfc49aaf1abcfa245073121c8362f3c4dce | |
| parent | lib/random: accept [min max] ranges (diff) | |
| download | alive-4575fbcc051f4deebc7c4aedc08cd9e3c93de90a.tar.gz alive-4575fbcc051f4deebc7c4aedc08cd9e3c93de90a.zip | |
lib/glsl-view: fix documentation
| -rw-r--r-- | alv-lib/glsl-view.moon | 4 |
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. |
