[][src]Module rustbatch::render::sprite

Structs

Sprite

Sprite is used for drawing images to batch It does not contain any heavy image data. if you check size of sprite its not horribly big and copying it is only right approach its a trade of - copying is slower in order to make drawing faster