Skip to content

Commit

Permalink
vulkan: fix accidentally enabled API dump (#6856)
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed May 31, 2023
1 parent 2116488 commit 3cfb2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/backend/src/vulkan/platform/VulkanPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef std::unordered_set<std::string_view> ExtensionSet;
// These strings need to be allocated outside a function stack
const std::string_view DESIRED_LAYERS[] = {
"VK_LAYER_KHRONOS_validation",
#if defined(FILAMENT_VULKAN_DUMP_API)
#if FILAMENT_VULKAN_DUMP_API
"VK_LAYER_LUNARG_api_dump",
#endif
#if defined(ENABLE_RENDERDOC)
Expand Down

0 comments on commit 3cfb2f8

Please sign in to comment.