From 4575fbcc051f4deebc7c4aedc08cd9e3c93de90a Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 15 Oct 2025 10:18:37 +0200 Subject: lib/glsl-view: fix documentation --- alv-lib/glsl-view.moon | 4 ++-- 1 file 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. -- cgit v1.2.3