mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxbc] Set usesDerivatives for gather and LOD query operations as well
Because these do implicitly use derivatives.
This commit is contained in:
parent
5643bf47fe
commit
96e1079526
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ namespace dxvk {
|
|||
} break;
|
||||
|
||||
case DxbcInstClass::TextureSample:
|
||||
case DxbcInstClass::TextureGather:
|
||||
case DxbcInstClass::TextureQueryLod:
|
||||
case DxbcInstClass::VectorDeriv: {
|
||||
m_analysis->usesDerivatives = true;
|
||||
} break;
|
||||
|
|
Loading…
Add table
Reference in a new issue