mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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…
x
Reference in New Issue
Block a user