summaryrefslogtreecommitdiffstats
path: root/examples/reflection-parameter-blocks/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reflection-parameter-blocks/README.md')
-rw-r--r--examples/reflection-parameter-blocks/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/reflection-parameter-blocks/README.md b/examples/reflection-parameter-blocks/README.md
new file mode 100644
index 000000000..74f08cf0b
--- /dev/null
+++ b/examples/reflection-parameter-blocks/README.md
@@ -0,0 +1,4 @@
+Setting up Parameter Blocks Using Reflection
+============================================
+
+This example shows how to make use of the `ParameterBlock<>` type in Slang shader code, in conjunction with the Slang reflection API, in order to easily set up descriptor sets for Vulkan and descriptor tables for D3D12.