mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Enable sampleRateShading feature
This commit is contained in:
parent
7f409f446a
commit
f4d679caa2
1 changed files with 1 additions and 0 deletions
|
@ -1381,6 +1381,7 @@ namespace dxvk {
|
|||
enabled.depthBounds = VK_TRUE;
|
||||
enabled.fillModeNonSolid = VK_TRUE;
|
||||
enabled.pipelineStatisticsQuery = supported.pipelineStatisticsQuery;
|
||||
enabled.sampleRateShading = VK_TRUE;
|
||||
enabled.samplerAnisotropy = VK_TRUE;
|
||||
enabled.shaderClipDistance = VK_TRUE;
|
||||
enabled.shaderCullDistance = VK_TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue