mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 07:24:15 +01:00
[d3d11] Disable null descriptors again
Breaks ELEX due to incorrect image query results.
This commit is contained in:
parent
f1e069568d
commit
c9dde91760
@ -1909,7 +1909,6 @@ namespace dxvk {
|
|||||||
|
|
||||||
enabled.extRobustness2.robustBufferAccess2 = supported.extRobustness2.robustBufferAccess2;
|
enabled.extRobustness2.robustBufferAccess2 = supported.extRobustness2.robustBufferAccess2;
|
||||||
enabled.extRobustness2.robustImageAccess2 = supported.extRobustness2.robustImageAccess2;
|
enabled.extRobustness2.robustImageAccess2 = supported.extRobustness2.robustImageAccess2;
|
||||||
enabled.extRobustness2.nullDescriptor = supported.extRobustness2.nullDescriptor;
|
|
||||||
|
|
||||||
enabled.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation = supported.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation;
|
enabled.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation = supported.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user