Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbakker-atmind committed Oct 7, 2024
1 parent d3d2997 commit 647df53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ bool DescriptorBufferBasic::prepare(const vkb::ApplicationOptions &options)

if (descriptor_buffer_properties.maxResourceDescriptorBufferBindings < 2)
{
LOGE("VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings={}. This sample requires at least 2 to run.", descriptor_buffer_properties.maxResourceDescriptorBufferBindings);
LOGE("VkPhysicalDeviceDescriptorBufferPropertiesEXT.maxResourceDescriptorBufferBindings={}. Sample requires at least 2 to run.", descriptor_buffer_properties.maxResourceDescriptorBufferBindings);
return false;
}

Expand Down

0 comments on commit 647df53

Please sign in to comment.