Skip to content

Commit 4d700c5

Browse files
Sample app: remove outdated comment
KhronosGroup/Vulkan-ValidationLayers#579 is now fixed so RenderDoc works with the sample app also when it uses VK_KHR_dedicated_allocation when latest Vulkan SDK is used.
1 parent 7ba02ec commit 4d700c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/VulkanSample.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,17 +1352,6 @@ static void InitializeApplication()
13521352

13531353
if(VK_KHR_dedicated_allocation_enabled)
13541354
{
1355-
/*
1356-
Comment out this line to make the app working with RenderDoc.
1357-
1358-
Currently there is a problem with compatibility of this app with RenderDoc due
1359-
to a known bug in Vulkan validation layers:
1360-
1361-
https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/579
1362-
1363-
It occurs because this app uses Vulkan 1.0 and VK_KHR_dedicated_allocation
1364-
extension instead of equivalent functionality embedded into Vulkan 1.1.
1365-
*/
13661355
allocatorInfo.flags |= VMA_ALLOCATOR_CREATE_KHR_DEDICATED_ALLOCATION_BIT;
13671356
}
13681357
if(VK_KHR_bind_memory2_enabled)

0 commit comments

Comments
 (0)