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:
parent
3cf7d65789
commit
6a63f4af56
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user