Added transient buffer stats.

This commit is contained in:
Branimir Karadžić
2018-04-18 16:35:57 -07:00
parent b0a2514913
commit 28e1839342
6 changed files with 32 additions and 9 deletions

View File

@@ -236,6 +236,8 @@ struct View
, m_inLinear(false)
{
load();
m_textureInfo.format = bgfx::TextureFormat::Count;
}
~View()