سؤال

I am using a pixel shader code that uses the Sample Function. I want to use SampleGrad and hence want to calculate the derivatives in my shader code. Is there a way to do the same?

Thanks.

هل كانت مفيدة؟

المحلول

Found an intrinsic function ddx and ddy to do the same. Thanks.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top