1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 01:24:11 +01:00

[d3d11] Reenable null descriptor feature

This commit is contained in:
Philip Rebohle 2020-06-24 16:14:49 +02:00
parent 23691cd0ff
commit 5ab12d9668
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1905,6 +1905,7 @@ 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;