mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove partial comment
This commit is contained in:
parent
ba0d04a142
commit
86355779d7
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ void CreateImage(VulkanContext *vulkan, VkCommandBuffer cmd, VKRImage &img, int
|
|||
res = vkBindImageMemory(vulkan->GetDevice(), img.image, img.memory, 0);
|
||||
_dbg_assert_(res == VK_SUCCESS);
|
||||
|
||||
// Note that we don't view or at
|
||||
VkImageAspectFlags viewAspects = color ? VK_IMAGE_ASPECT_COLOR_BIT : VK_IMAGE_ASPECT_DEPTH_BIT;
|
||||
VkImageAspectFlags aspects = color ? VK_IMAGE_ASPECT_COLOR_BIT : (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue