Add more profier events to Vulkan backed

This commit is contained in:
Wojtek Figat
2024-01-30 18:45:34 +01:00
parent fa58b171ec
commit 7fd6c43f84
7 changed files with 22 additions and 24 deletions

View File

@@ -199,7 +199,7 @@ public:
return _queriesInProgress.Count() != 0;
}
CmdBufferVulkan* GetCmdBuffer()
FORCE_INLINE CmdBufferVulkan* GetCmdBuffer()
{
if (!_activeCmdBuffer)
PrepareForNewActiveCommandBuffer();