[d3d11] Disable null descriptors again

Breaks ELEX due to incorrect image query results.
This commit is contained in:
Philip Rebohle 2020-05-02 01:02:46 +02:00
parent f1e069568d
commit c9dde91760
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 0 additions and 1 deletions

View File

@ -1909,7 +1909,6 @@ namespace dxvk {
enabled.extRobustness2.robustBufferAccess2 = supported.extRobustness2.robustBufferAccess2;
enabled.extRobustness2.robustImageAccess2 = supported.extRobustness2.robustImageAccess2;
enabled.extRobustness2.nullDescriptor = supported.extRobustness2.nullDescriptor;
enabled.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation = supported.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation;