summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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