- Home /
Question by
ICEYHOTSTUNTA · Jan 19, 2015 at 07:32 AM ·
renderinggraphicsrendererrendertexturedrawtexture
Graphics.DrawTexture vs GUI.DrawTexture vs Graphics.Blit
I wanted to render a texture to the entire screen, I've discovered a few ways of doing it, but I'm not sure what the best one is...
Graphics.DrawTexture called in OnPostRender()
GUI.DrawTexture called in OnGUI()
Graphics.Blit called in OnRenderImage()
Thanks.
Comment
Your answer
Follow this Question
Related Questions
Render a camera multiple times in a single frame? 1 Answer
Multiple cameras, depths, and image effects! 2 Answers
DrawTexture on RenderTexture without Camera 1 Answer
Does Graphics.DrawMeshNow() block the thread until rendering is complete 0 Answers
How to get the rendered texture from a camera, save for later display on another camera? 1 Answer