DrawPixel function
See RaylibCore.DrawPixel.
Implementation
void DrawPixel(int posX, int posY, ColorC color) => _module.DrawPixel(posX, posY, color);
See RaylibCore.DrawPixel.
void DrawPixel(int posX, int posY, ColorC color) => _module.DrawPixel(posX, posY, color);