This commit is contained in:
Бранимир Караџић
2019-02-17 09:03:09 -08:00
parent d5151445da
commit e3e7e9aaf4
4 changed files with 24 additions and 24 deletions

View File

@@ -2445,7 +2445,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
| (m_occlusionQuerySupport ? BGFX_CAPS_OCCLUSION_QUERY : 0)
| (m_depthTextureSupport ? BGFX_CAPS_TEXTURE_COMPARE_LEQUAL : 0)
| (computeSupport ? BGFX_CAPS_COMPUTE : 0)
| (m_imageLoadStoreSupport ? BGFX_CAPS_READ_WRITE_ATTACH : 0)
| (m_imageLoadStoreSupport ? BGFX_CAPS_FRAMEBUFFER_RW : 0)
;
g_caps.supported |= m_glctx.getCaps();