DrawTexture abstract method

void DrawTexture(
  1. TextureStructType texture,
  2. num posX,
  3. num posY,
  4. ColorStructType tint,
)

Implementation

void DrawTexture(
  TextureStructType texture,
  num posX,
  num posY,
  ColorStructType tint,
);