mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
[d3d9] Fix typo declaring fixed func fog inputs
This commit is contained in:
parent
291b0bdf07
commit
dc392f7cfa
@ -1486,7 +1486,7 @@ namespace dxvk {
|
||||
m_isgn.elemCount++;
|
||||
}
|
||||
|
||||
if (m_vsKey.Data.Contents.HasPointSize)
|
||||
if (m_vsKey.Data.Contents.HasFog)
|
||||
m_vs.in.FOG = declareIO(true, DxsoSemantic{ DxsoUsage::Fog, 0 });
|
||||
else
|
||||
m_isgn.elemCount++;
|
||||
|
Loading…
Reference in New Issue
Block a user