mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Show active HW buffers in profiler
This commit is contained in:
parent
b50b619be7
commit
d884a1624f
4 changed files with 7 additions and 5 deletions
|
@ -61,8 +61,8 @@ struct SFrameStats {
|
|||
u32 PrimitivesDrawn = 0;
|
||||
//! Number of hardware buffers uploaded (new or updated)
|
||||
u32 HWBuffersUploaded = 0;
|
||||
//! Sum of uploaded hardware buffer size
|
||||
u32 HWBuffersUploadedSize = 0;
|
||||
//! Number of active hardware buffers
|
||||
u32 HWBuffersActive = 0;
|
||||
};
|
||||
|
||||
//! Interface to driver which is able to perform 2d and 3d graphics functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue