DrawTexture abstract method
Draw a Texture2D
Implementation
void DrawTexture(
TextureStructType texture,
num posX,
num posY,
ColorStructType tint,
);
Draw a Texture2D
void DrawTexture(
TextureStructType texture,
num posX,
num posY,
ColorStructType tint,
);