Acquire resource API lock when calling bgfx::reset.
This commit is contained in:
parent
e7e75e4bff
commit
b5471d14f8
@ -3165,6 +3165,8 @@ namespace bgfx
|
|||||||
|
|
||||||
BGFX_API_FUNC(void reset(uint32_t _width, uint32_t _height, uint32_t _flags, TextureFormat::Enum _format) )
|
BGFX_API_FUNC(void reset(uint32_t _width, uint32_t _height, uint32_t _flags, TextureFormat::Enum _format) )
|
||||||
{
|
{
|
||||||
|
BGFX_MUTEX_SCOPE(m_resourceApiLock);
|
||||||
|
|
||||||
const TextureFormat::Enum format = TextureFormat::Count != _format ? _format : m_init.resolution.format;
|
const TextureFormat::Enum format = TextureFormat::Count != _format ? _format : m_init.resolution.format;
|
||||||
|
|
||||||
if (!g_platformDataChangedSinceReset
|
if (!g_platformDataChangedSinceReset
|
||||||
|
Loading…
Reference in New Issue
Block a user