Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac29a0 commit bdbaa7fCopy full SHA for bdbaa7f
1 file changed
05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -93,7 +93,7 @@ function for that purpose:
93
void initVulkan() {
94
...
95
createDescriptorPool();
96
- createDescriptorSet();
+ createDescriptorSets();
97
98
}
99
0 commit comments