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

[d3d11] Enable drawIndirectFirstInstance for FL11_0 and higher

This commit is contained in:
Philip Rebohle 2018-08-10 04:34:54 +02:00
parent e1479f41c1
commit 7a28f01eca
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1341,6 +1341,7 @@ namespace dxvk {
}
if (featureLevel >= D3D_FEATURE_LEVEL_11_0) {
enabled.core.features.drawIndirectFirstInstance = VK_TRUE;
enabled.core.features.shaderFloat64 = supported.core.features.shaderFloat64;
enabled.core.features.shaderInt64 = supported.core.features.shaderInt64;
enabled.core.features.tessellationShader = VK_TRUE;