Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jan 26, 2025
1 parent 92e79ab commit 5c63a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/graphics/vulkan/Shader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SharedDescriptorPools::SharedDescriptorPools(VkDevice device, int dynamicUniform
{
size.type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC;
size.descriptorCount = dynamicUniformBuffers;
descriptorPoolSizes.push_back({ size });
descriptorPoolSizes.push_back(size);
}

if (sampledTextures > 0)
Expand Down

0 comments on commit 5c63a94

Please sign in to comment.