mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed typo.
This commit is contained in:
parent
6e3845c780
commit
7fca16b68d
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ namespace bgfx
|
||||||
data.InFormat = s_textureFormat[ii].m_fmt;
|
data.InFormat = s_textureFormat[ii].m_fmt;
|
||||||
DX_CHECK(m_device->CheckFeatureSupport(D3D11_FEATURE_FORMAT_SUPPORT, &data, sizeof(data) ) );
|
DX_CHECK(m_device->CheckFeatureSupport(D3D11_FEATURE_FORMAT_SUPPORT, &data, sizeof(data) ) );
|
||||||
support |= 0 != (data.OutFormatSupport & (0
|
support |= 0 != (data.OutFormatSupport & (0
|
||||||
| D3D11_FORMAT_SUPPORT_TEXTURE3D
|
| D3D11_FORMAT_SUPPORT_TEXTURE2D
|
||||||
| D3D11_FORMAT_SUPPORT_TEXTURE3D
|
| D3D11_FORMAT_SUPPORT_TEXTURE3D
|
||||||
| D3D11_FORMAT_SUPPORT_TEXTURECUBE
|
| D3D11_FORMAT_SUPPORT_TEXTURECUBE
|
||||||
) )
|
) )
|
||||||
|
|
Loading…
Reference in a new issue