Pixel interpolation

while patching for a remote lowres led display, how can i remove the pixel interpolation in a texture preview, to get a feel for the actual pixels ?

When you sample the texture use a SamplerState with Filter set to Point instead of Linear.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.