DrawPixelV abstract method

void DrawPixelV(
  1. Vector2StructType position,
  2. ColorStructType color
)

Implementation

void DrawPixelV(
  Vector2StructType position,
  ColorStructType color,
);