DrawTextureV abstract method

void DrawTextureV(
  1. TextureStructType texture,
  2. Vector2StructType position,
  3. ColorStructType tint
)

Implementation

void DrawTextureV(
  TextureStructType texture,
  Vector2StructType position,
  ColorStructType tint,
);