DrawTextureV method
Implementation
void DrawTextureV(Texture2DC texture, Vector2C position, ColorC tint) {
return _DrawTextureV(texture, position, tint);
}
void DrawTextureV(Texture2DC texture, Vector2C position, ColorC tint) {
return _DrawTextureV(texture, position, tint);
}