Add Drawlist Vertex and Indexcount geteter (for debugging usage only)
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ PD_API void UI7::IO::Update() {
|
||||
DrawlistRegestry.push_front(std::make_pair("CtxBackList", &Back));
|
||||
if (Font) ItemRowHeight = FontScale * Font->PixelHeight;
|
||||
// RegisterDrawList("CtxBackList", Back);
|
||||
NumIndices = 0; // FDL.pNumIndices;
|
||||
NumVertices = 0; // FDL.pNumVertices;
|
||||
NumIndices = FDL.GetNumIndices();
|
||||
NumVertices = FDL.GetNumVertices();
|
||||
LabelPool.ResetFast();
|
||||
DynObjPool.ResetFast();
|
||||
ImagePool.ResetFast();
|
||||
|
||||
Reference in New Issue
Block a user