DrawTextureV method

void DrawTextureV(
  1. Texture2DC texture,
  2. Vector2C position,
  3. ColorC tint
)

Implementation

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