DirectXShaderCompiler icon indicating copy to clipboard operation
DirectXShaderCompiler copied to clipboard

[SPIR-V] EvaluateAttributeAtSample intrinsic function unimplemented

Open nickyc95 opened this issue 5 years ago • 3 comments

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 b0c029eebda9f8e212d1e447c5b1f8a969bb9db6

Thanks, Nick

nickyc95 avatar Oct 06 '20 07:10 nickyc95

I'm running into the same problem with the October 2020 release.

jankrassnigg avatar Dec 07 '20 11:12 jankrassnigg

Hi, is there any plan to support this in the future ? Thanks, Gregory

gjaegy avatar Sep 09 '21 12:09 gjaegy

Possible dup of #3649?

chaoticbob avatar Sep 07 '22 16:09 chaoticbob

Yes, closing as duplicate of #3649 since it has a bit more implementation detail.

sudonatalie avatar Aug 23 '23 14:08 sudonatalie