make TimerQueryMtl.m_result match BGFX_CONFIG_MAX_VIEWS size (#3148)

* fix error when create backbuffer with msaa and srgb format

* fix d3d12 error when create backbuffer with msaa and srgb format

* fix TimerQueryMtl result bug
This commit is contained in:
Kitchen
2023-07-29 06:56:28 +08:00
committed by GitHub
parent 506da0443c
commit 20a1e458da

View File

@@ -1162,7 +1162,7 @@ namespace bgfx { namespace mtl
uint64_t m_elapsed;
uint64_t m_frequency;
Result m_result[4*2];
Result m_result[BGFX_CONFIG_MAX_VIEWS+1];
bx::RingBufferControl m_control;
};