mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #15242 from hrydgard/unknownbrackets-vk-profiler
Vulkan: Disable profiler by default again
This commit is contained in:
commit
3a61119e77
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
// other things as well. We also have a nice integrated render pass profiler in the queue
|
||||
// runner, but this one is more convenient for transient events.
|
||||
|
||||
#define VULKAN_PROFILER_ENABLED
|
||||
// #define VULKAN_PROFILER_ENABLED
|
||||
|
||||
#if defined(VULKAN_PROFILER_ENABLED)
|
||||
#define VK_PROFILE_BEGIN(vulkan, cmd, stage, message) vulkan->GetProfiler()->Begin(cmd, stage, message);
|
||||
|
|
Loading…
Add table
Reference in a new issue