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

[d3d9] Enable null descriptors for D3D9

This commit is contained in:
Joshua Ashton 2020-11-24 16:17:36 +00:00
parent 3cf7d65789
commit 6a63f4af56

View File

@ -3696,6 +3696,9 @@ namespace dxvk {
enabled.extVertexAttributeDivisor.vertexAttributeInstanceRateDivisor = supported.extVertexAttributeDivisor.vertexAttributeInstanceRateDivisor;
enabled.extVertexAttributeDivisor.vertexAttributeInstanceRateZeroDivisor = supported.extVertexAttributeDivisor.vertexAttributeInstanceRateZeroDivisor;
// Null Descriptors
enabled.extRobustness2.nullDescriptor = supported.extRobustness2.nullDescriptor;
// ProcessVertices
enabled.core.features.vertexPipelineStoresAndAtomics = supported.core.features.vertexPipelineStoresAndAtomics;