There was an error while loading. Please reload this page.
2 parents a10f462 + 6b41a12 commit e2cb6bbCopy full SHA for e2cb6bb
1 file changed
en/05_Uniform_buffers/01_Descriptor_pool_and_sets.adoc
@@ -34,7 +34,7 @@ We first need to describe which descriptor types our descriptor sets are going t
34
35
[,c++]
36
----
37
-vk::DescriptorPoolSize poolSize{ .type = vk::DescriptorType::eUniformBuffer, .descriptorCount = MAX_FRAMES_IN_FLIGHT);
+vk::DescriptorPoolSize poolSize{ .type = vk::DescriptorType::eUniformBuffer, .descriptorCount = MAX_FRAMES_IN_FLIGHT };
38
39
40
We will allocate one of these descriptors for every frame.
0 commit comments