From c7e4485033bf702aaeb70e1c64919307d03ac184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= Date: Tue, 30 Jan 2024 20:53:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba9cc68..dc0f1e1 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,16 @@ kagei path/to/shader.kage - `-w` - screen width - `-g` - screen height - `--fps-counter` - FPS counter +- `--tps-counter` - TPS counter +- `--show-uniforms` - show uniforms - `--vsync` - VSync - `-I` - source image (for example `-I0:image.png`) - `--uniform-bool` - uniform bool variable (for example `--uniform-bool Foo:true`) - `--uniform-int` - uniform int variable (for example `--uniform-int Foo:1`) - `--uniform-float` - uniform float variable (for example `--uniform-float Foo:0.5`) +- `--uniform-vec` - uniform vecN variable (for example `--uniform-vec Foo:[1.1; 2.2; 3.3]`) +- `--uniform-ivec` - uniform ivecN variable (for example `--uniform-vec Foo:[1; 2; 3]`) +- `--uniform-json` - uniforms via JSON +- `--uniform-json-file` - uniforms via a JSON file - `--resize-images` - resize source images - `--export-image` - export rendered image and exit (aka headless mode)