[SPIR-V] EvaluateAttributeAtSample intrinsic function unimplemented #3186
Closed
Description
Hi,
I am trying to use the following intrinsic functions in a HLSL shader, which gets converted to SPIRV via DXC.
EvaluateAttributeAtCentroid
, EvaluateAttributeAtSample
, EvaluateAttributeSnapped
However I get the following error message on compilation:
error: EvaluateAttributeAtSample intrinsic function unimplemented
Are there any plans to implement this?
DXC Version: Compiled locally at revision b0c029e
Thanks,
Nick
Activity