Tracy instrument new audio callback

This commit is contained in:
Eidolon 2023-09-18 16:18:51 -05:00
parent f62cf5fc83
commit 01240b1bd6

View file

@ -128,6 +128,8 @@ void audio_callback(void* userdata, Uint8* buffer, int len)
{
tracy::SetThreadName("SDL Audio Thread");
FrameMarkStart(kAudio);
ZoneScoped;
// The SDL Audio lock is implied to be held during callback.
try