1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[dxvk] Add missing feature check for conditional rendering

This commit is contained in:
Philip Rebohle 2019-04-02 04:13:23 +02:00
parent 295d583c1d
commit e395712de7
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -215,6 +215,8 @@ namespace dxvk {
|| !required.core.features.variableMultisampleRate)
&& (m_deviceFeatures.core.features.inheritedQueries
|| !required.core.features.inheritedQueries)
&& (m_deviceFeatures.extConditionalRendering.conditionalRendering
|| !required.extConditionalRendering.conditionalRendering)
&& (m_deviceFeatures.extDepthClipEnable.depthClipEnable
|| !required.extDepthClipEnable.depthClipEnable)
&& (m_deviceFeatures.extHostQueryReset.hostQueryReset