DrawTextureRec method
Implementation
void DrawTextureRec(
Texture2DC texture,
RectangleC source,
Vector2C position,
ColorC tint,
) {
return _DrawTextureRec(texture, source, position, tint);
}
void DrawTextureRec(
Texture2DC texture,
RectangleC source,
Vector2C position,
ColorC tint,
) {
return _DrawTextureRec(texture, source, position, tint);
}