DrawTexture method
Implementation
void DrawTexture(Texture2DC texture, int posX, int posY, ColorC tint) {
return _DrawTexture(texture, posX, posY, tint);
}
void DrawTexture(Texture2DC texture, int posX, int posY, ColorC tint) {
return _DrawTexture(texture, posX, posY, tint);
}