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 d5ba397 commit 0d417f2Copy full SHA for 0d417f2
README.md
@@ -65,22 +65,22 @@ DescriptorSets:
65
DirectXBinding:
66
Register: 0 # implies b0 due to Access being Constant
67
Space: 0
68
- VKBinding:
+ VulkanBinding:
69
Binding: 0 # [[vk::binding(0, 0)]]
70
- Name: In1
71
Kind: Buffer
72
73
Register: 0 # implies t0 due to Access being RO
74
75
76
Binding: 10
77
- Resources:
78
- Name: In2
79
80
81
Register: 1 # implies t1 due to Access being RO
82
83
84
Binding: 0 # [[vk::binding(0, 1)]]
85
...
86
```
0 commit comments