1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 17:35:37 +02:00

Show active HW buffers in profiler

This commit is contained in:
sfan5
2024-12-26 15:41:45 +01:00
parent b50b619be7
commit d884a1624f
4 changed files with 7 additions and 5 deletions

View File

@@ -1161,6 +1161,8 @@ void CNullDriver::updateAllHardwareBuffers()
deleteHardwareBuffer(Link);
}
}
FrameStats.HWBuffersActive = HWBufferList.size();
}
void CNullDriver::deleteHardwareBuffer(SHWBufferLink *HWBuffer)