瀏覽代碼

Acquire resource API lock when calling bgfx::reset.

Бранимир Караџић 2 年之前
父節點
當前提交
b5471d14f8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/bgfx_p.h

+ 2 - 0
src/bgfx_p.h

@@ -3165,6 +3165,8 @@ namespace bgfx
 
 		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;
 
 			if (!g_platformDataChangedSinceReset