Commit 52d170e
authored
Clarify location to call vkCmdBindDescriptorSets
The call to vkCmdBindDescriptorSets() needs to happen before vkCmdDrawIndex() otherwise runtime errors might appear like:
Validation(ERROR): msg_code: 62: Object: 0x555e4d0ebac0 (Type = 6) | VkPipeline 0xe uses set #0 but that set is not bound.
Add some extra context to make this more explicit.1 parent 387e4e5 commit 52d170e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
0 commit comments