summaryrefslogtreecommitdiffstats
path: root/examples/reflection-api/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reflection-api/README.md')
-rw-r--r--examples/reflection-api/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/reflection-api/README.md b/examples/reflection-api/README.md
new file mode 100644
index 000000000..9dc5f1745
--- /dev/null
+++ b/examples/reflection-api/README.md
@@ -0,0 +1,6 @@
+Slang Reflection API Example
+============================
+
+This example shows basic usage of the Slang reflection API to
+traverse the parameters of a program, including type and
+layout information.