From ab1d5611ca733f73116910ca7190fb2d32ced10d Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 12 Oct 2025 11:03:21 -0700 Subject: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83db378..9d6b6ae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ basics and gotchas - all functions marked `public` are exported as entrypoints. - we use a custom build of slang which lets entrypoints use regular arguments instead of cbuffers / structs. -- it should "just work" for simple math kernels +- it is intended for use with simple math kernels + - see `example.slang` for an example. you'd `#include example.hlsl` in the + rest of some shader and call the public APIs. usage -- cgit v1.2.3