DrawTexture method

void DrawTexture(
  1. Texture2DC texture,
  2. int posX,
  3. int posY,
  4. ColorC tint,
)

Implementation

void DrawTexture(Texture2DC texture, int posX, int posY, ColorC tint) {
  return _DrawTexture(texture, posX, posY, tint);
}