1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[d3d11] Enable shaderDemoteToHelperInvocation feature

This commit is contained in:
Philip Rebohle 2019-07-02 21:47:49 +02:00
parent b2a53a2413
commit 7b34b8515b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1420,6 +1420,8 @@ namespace dxvk {
enabled.extMemoryPriority.memoryPriority = supported.extMemoryPriority.memoryPriority;
enabled.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation = supported.extShaderDemoteToHelperInvocation.shaderDemoteToHelperInvocation;
enabled.extVertexAttributeDivisor.vertexAttributeInstanceRateDivisor = supported.extVertexAttributeDivisor.vertexAttributeInstanceRateDivisor;
enabled.extVertexAttributeDivisor.vertexAttributeInstanceRateZeroDivisor = supported.extVertexAttributeDivisor.vertexAttributeInstanceRateZeroDivisor;