I have two textures
TextureA) 16x16 texture
TextureB) 512x512 texture
How do I copy TextureA to an area of TextureB.
CopyRect needs a source buffer and a Dest. buffer to work, and I don't see a function for working with 2 buffers.
TextureA) 16x16 texture
TextureB) 512x512 texture
How do I copy TextureA to an area of TextureB.
CopyRect needs a source buffer and a Dest. buffer to work, and I don't see a function for working with 2 buffers.