Browse code

Add `vo=gpu-next` `glsl-shader-opts`

Robert Cranston authored on 23/12/2024 11:59:34
Showing 1 changed files
... ...
@@ -4,5 +4,8 @@
4 4
 # information, only the rotation angle.
5 5
 vo=gpu
6 6
 
7
+# Uses `glsl-shader-opts` to change rotation angle.
8
+# vo=gpu-next
9
+
7 10
 # Enable debug printing.
8 11
 # msg-level=gpu_rotate=debug
Browse code

Add `vo=gpu` `script-message`

Robert Cranston authored on 19/12/2024 09:52:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# Usually the default. Writes speratate shader files to change rotation angle.
2
+# `os.tmpname()` is used to generate the filenames. On some systems this file
3
+# is readable by other users, but it contains no user- or video-specific
4
+# information, only the rotation angle.
5
+vo=gpu
6
+
7
+# Enable debug printing.
8
+# msg-level=gpu_rotate=debug