From 7b34b8515b1b2a87bbc807b22fafbfc6f17987ad Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 2 Jul 2019 21:47:49 +0200 Subject: [PATCH] [d3d11] Enable shaderDemoteToHelperInvocation feature --- src/d3d11/d3d11_device.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index e0e9142d2..595238884 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -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;