blob: 74f08cf0bdd652340c8d772915b7967870cb3ecb (
plain)
1
2
3
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.
|