mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-29 02:55:36 -05:00
Merge branch 'dev'
This commit is contained in:
commit
4992ef296b
2 changed files with 11 additions and 10 deletions
|
@ -700,6 +700,7 @@ namespace bgfx { namespace d3d12
|
|||
BX_TRACE("D3D12 options:")
|
||||
BX_TRACE("\tTiledResourcesTier %d", m_options.TiledResourcesTier);
|
||||
BX_TRACE("\tResourceBindingTier %d", m_options.ResourceBindingTier);
|
||||
BX_TRACE("\tROVsSupported %d", m_options.ROVsSupported);
|
||||
BX_TRACE("\tConservativeRasterizationTier %d", m_options.ConservativeRasterizationTier);
|
||||
BX_TRACE("\tCrossNodeSharingTier %d", m_options.CrossNodeSharingTier);
|
||||
BX_TRACE("\tResourceHeapTier %d", m_options.ResourceHeapTier);
|
||||
|
@ -915,7 +916,7 @@ namespace bgfx { namespace d3d12
|
|||
| BGFX_CAPS_FRAGMENT_DEPTH
|
||||
| BGFX_CAPS_BLEND_INDEPENDENT
|
||||
| BGFX_CAPS_COMPUTE
|
||||
| BGFX_CAPS_FRAGMENT_ORDERING
|
||||
| (m_options.ROVsSupported ? BGFX_CAPS_FRAGMENT_ORDERING : 0)
|
||||
// | BGFX_CAPS_SWAP_CHAIN
|
||||
);
|
||||
g_caps.maxTextureSize = 16384;
|
||||
|
|
Loading…
Reference in a new issue