Hi,
Is it possible to clamp UV coords of a texture unit inside a quad command?
I am trying to offset the uvs in the shader but I am getting repeat by default.
For example if I have texture unit in the diffuse slot inside a quad command.
And I want to clamp the UV coords.
[code]
[/code]Would this work or it is not supported?