mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxso] Define color inputs as centroids on SM3 too
This commit is contained in:
parent
c4c1d413db
commit
5962be44c6
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ namespace dxvk {
|
|||
const bool pixel = m_programInfo.type() == DxsoProgramTypes::PixelShader;
|
||||
const bool vertex = !pixel;
|
||||
|
||||
if (pixel && input && semantic.usage == DxsoUsage::Color && m_programInfo.majorVersion() < 3)
|
||||
if (pixel && input && semantic.usage == DxsoUsage::Color)
|
||||
centroid = true;
|
||||
|
||||
uint32_t slot = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue