mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Spaces => tabs
This commit is contained in:
@@ -994,9 +994,9 @@ VkResult WrappedVulkan::vkCreateImage(
|
||||
const VkAllocationCallbacks* pAllocator,
|
||||
VkImage* pImage)
|
||||
{
|
||||
VkImageCreateInfo createInfo_adjusted = *pCreateInfo;
|
||||
VkImageCreateInfo createInfo_adjusted = *pCreateInfo;
|
||||
|
||||
createInfo_adjusted.usage |= VK_IMAGE_USAGE_TRANSFER_SRC_BIT;
|
||||
createInfo_adjusted.usage |= VK_IMAGE_USAGE_TRANSFER_SRC_BIT;
|
||||
|
||||
VkResult ret = ObjDisp(device)->CreateImage(Unwrap(device), &createInfo_adjusted, pAllocator, pImage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user