From d486e4583bd918dd49926c1e9c298f237a5434e5 Mon Sep 17 00:00:00 2001 From: niels Date: Tue, 30 Sep 2025 06:51:57 +0000 Subject: [PATCH] Update modules/Ink/README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f263d5b..b5f6a77 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Field_Kind :: enum { Function; Struct; - Array; // Not yet supported + Array; } Field_Type :: struct { @@ -155,15 +155,6 @@ Field_Type :: struct { children : [..]Field; } - -Hint_Kind :: enum { - None; - - Position; - Target; - - Custom; -} ``` ## Notable missing features @@ -171,4 +162,7 @@ Hint_Kind :: enum { - While - Multiple render targets - Interpolation specifiers -- Importing files such as shared utils etc. with something other than textual `#load` \ No newline at end of file +- Importing files such as shared utils etc. with something other than textual `#load` +- Other output languages +- compute shaders +- mesh/amplification shaders \ No newline at end of file