зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1496838 - Add memory reporters for shared depth targets. r=kvark
This commit is contained in:
Родитель
e2aaaa397f
Коммит
87fa9f0013
|
@ -737,6 +737,7 @@ WebRenderMemoryReporter::CollectReports(nsIHandleReportCallback* aHandleReport,
|
|||
helper.ReportTexture(aReport.vertex_data_textures, "vertex-data");
|
||||
helper.ReportTexture(aReport.render_target_textures, "render-targets");
|
||||
helper.ReportTexture(aReport.texture_cache_textures, "texture-cache");
|
||||
helper.ReportTexture(aReport.depth_target_textures, "depth-targets");
|
||||
|
||||
FinishAsyncMemoryReport();
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче