Summary
Copies pixel data from one texture to another on the GPU.
This does not automatically resize or scale the texture, format and size should be equal.
Obsolete
Use the CopyTexture overload without 'srcMipLevels' and 'dstMipLevels' parameters instead.
Summary
Copies pixel data from one texture to another on the GPU.
This does not automatically resize or scale the texture, format and size should be equal.
This one lets you copy to/from arrays / specific mips.