Hi all,
Being ignorant on the matter of shaders, I wanted to know if it’s possible to specify a texture, or any other texture-like format as the output for a shader.
I’m using this for a postcard/photo decal system, and CaptureScreenshot and GetPixels aren’t enough for the job.
So I basically wanted to know if there’s any way to ask a shader to output to an image rather than to whatever it usually outputs to<= the screen?
Thanks in advance