Let’s say I want to do many intermediate steps on a set of Texture2Ds before actually caring about being able to view them. Is it correct then I don’t need to Apply() until the very last step? Will GetPixels() work right after a SetPixels() if I don’t Apply()?
Thanks!
-Jon