DrawTexture method

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

Implementation

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