Update renderer_vk.cpp (#3693)

Fix PROFILE_SCOPE typo
This commit is contained in:
attilaz
2026-04-27 16:22:28 +02:00
committed by GitHub
parent 331783cf9a
commit b2a7d94d57

View File

@@ -6172,7 +6172,7 @@ retry:
void OcclusionQueryVK::begin(OcclusionQueryHandle _handle)
{
BGFX_PROFILER_SCOPE("OcclusionQueryVK::shutdown", kColorFrame);
BGFX_PROFILER_SCOPE("OcclusionQueryVK::begin", kColorFrame);
m_control.reserve(1);