We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62208ca commit 0d5dd89Copy full SHA for 0d5dd89
docs/SPIR-V.rst
@@ -2065,6 +2065,15 @@ Bindings are lazily allocated: if only the sampler heap is used,
2065
// buffer is in the descriptor set 0, binding 0.
2066
// Counter not generated, because unused.
2067
2068
+Bindings & sets associated with each heap can be explicitly set using:
2069
+
2070
+- `-fvk-bind-sampler-heap <binding> <set>`: Specify Vulkan binding number
2071
+ and set number for the sampler heap.
2072
+- `-fvk-bind-resource-heap <binding> <set>`: Specify Vulkan binding number
2073
+ and set number for the resource heap.
2074
+- `-fvk-bind-counter-heap <binding> <set>`: Specify Vulkan binding number
2075
+ and set number for the counter heap.
2076
2077
HLSL Expressions
2078
================
2079
0 commit comments