mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user