From dc325d3e77cc00cceeb37a472b5240a3d039568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller?= Date: Wed, 22 Jan 2025 07:19:56 +0100 Subject: [PATCH] Add note about shaderlib API stability --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c658569..7fe8374 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ void fragment() { ## Shaderlib +> Note: The shaderlib API is still unstable as I am figuring things out. It will be declared stable with version 10. + This repo comes with a (still small) shader library including pre-written functions and more. Have a look at the `shaderlib` folder.