Fix name of "Buffer switch" pcollector in pStatProperties.cxx

This commit is contained in:
rdb 2016-12-18 00:12:26 +01:00
parent da0d7752c1
commit 36f2eda9ec
1 changed files with 3 additions and 3 deletions

View File

@ -151,9 +151,9 @@ static TimeCollectorProperties time_properties[] = {
static LevelCollectorProperties level_properties[] = {
{ 1, "Graphics memory", { 0.0, 0.0, 1.0 }, "MB", 64, 1048576 },
{ 1, "Vertex buffer switch", { 0.0, 0.6, 0.8 }, "", 500 },
{ 1, "Vertex buffer switch:Vertex", { 0.8, 0.0, 0.6 } },
{ 1, "Vertex buffer switch:Index", { 0.8, 0.6, 0.3 } },
{ 1, "Buffer switch", { 0.0, 0.6, 0.8 }, "", 500 },
{ 1, "Buffer switch:Vertex", { 0.8, 0.0, 0.6 } },
{ 1, "Buffer switch:Index", { 0.8, 0.6, 0.3 } },
{ 1, "Geom cache size", { 0.6, 0.8, 0.6 }, "", 500 },
{ 1, "Geom cache size:Active", { 0.9, 1.0, 0.3 }, "", 500 },
{ 1, "Geom cache operations", { 1.0, 0.6, 0.6 }, "", 500 },