mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d11] Reenable null descriptor feature
This commit is contained in:
parent
23691cd0ff
commit
5ab12d9668
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user