Function Texture.dimensions

Gets the texture's dimensions as a point with the width being the x coordinate and the height being the y coordinate

Vector!(int,2) dimensions() @property;