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.
2 parents e014841 + fc705db commit edbf80bCopy full SHA for edbf80b
1 file changed
en/05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -51,7 +51,7 @@ also need to specify the maximum number of descriptor sets that may be
51
allocated:
52
53
```c++
54
-poolInfo.maxSets = static_cast<uint32_t>(swapChainImages.size());;
+poolInfo.maxSets = static_cast<uint32_t>(swapChainImages.size());
55
```
56
57
The structure has an optional flag similar to command pools that determines if
0 commit comments