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 9d40196 commit f74224dCopy full SHA for f74224d
1 file changed
05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -15,7 +15,7 @@ to set it up.
15
```c++
16
void initVulkan() {
17
...
18
- createUniformBuffer();
+ createUniformBuffers();
19
createDescriptorPool();
20
21
}
0 commit comments