Can you get the row and column of the current fragment in an HLSL (DX11) fragment shader?
|
feedback
|
|
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? | |||
|
feedback
|