Function Texture.size
Wraps SDL_QueryTexture
which gets the size of the dsdl
in pixels
uint[2] size() @property @trusted const;
Returns
array of width and height of the dsdl
in pixels
Throws
dsdl
if failed to query the information