another typo

This commit is contained in:
Matthew 2025-08-17 13:03:13 +10:00
parent f161f8c56e
commit 16820bdde2

View File

@ -2164,7 +2164,7 @@ Write(Vulkan* vk, DescSet set, ImageView* view, u32 index, DescType type)
{
VkDescriptorImageInfo info = {
imageView: view.view,
imagelayout: view.layout,
imageLayout: view.layout,
};
VkWriteDescriptorSet write = {