Skip to content

Commit 0d417f2

Browse files
authored
Fix spelling of VulkanBinding in the README (#89)
Fixes #88
1 parent d5ba397 commit 0d417f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@ DescriptorSets:
6565
DirectXBinding:
6666
Register: 0 # implies b0 due to Access being Constant
6767
Space: 0
68-
VKBinding:
68+
VulkanBinding:
6969
Binding: 0 # [[vk::binding(0, 0)]]
7070
- Name: In1
7171
Kind: Buffer
7272
DirectXBinding:
7373
Register: 0 # implies t0 due to Access being RO
7474
Space: 0
75-
VKBinding:
75+
VulkanBinding:
7676
Binding: 10
7777
- Resources:
7878
- Name: In2
7979
Kind: Buffer
8080
DirectXBinding:
8181
Register: 1 # implies t1 due to Access being RO
8282
Space: 0
83-
VKBinding:
83+
VulkanBinding:
8484
Binding: 0 # [[vk::binding(0, 1)]]
8585
...
8686
```

0 commit comments

Comments
 (0)