mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +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
@ -38,6 +38,8 @@ namespace dxvk {
|
|||||||
} break;
|
} break;
|
||||||
|
|
||||||
case DxbcInstClass::TextureSample:
|
case DxbcInstClass::TextureSample:
|
||||||
|
case DxbcInstClass::TextureGather:
|
||||||
|
case DxbcInstClass::TextureQueryLod:
|
||||||
case DxbcInstClass::VectorDeriv: {
|
case DxbcInstClass::VectorDeriv: {
|
||||||
m_analysis->usesDerivatives = true;
|
m_analysis->usesDerivatives = true;
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user