Can you get the row and column of the current fragment in an HLSL (DX11) fragment shader?

link|improve this question

feedback

1 Answer

You can pass the size of the texture as a uniform and use texture coordinates to find out where the fragment lies in pixel space.

May I ask why?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.