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:
parent
e1479f41c1
commit
7a28f01eca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user