Draw a line (using gl lines)
void DrawLineV(Vector2C startPos, Vector2C endPos, ColorC color) => _DrawLineV(startPos, endPos, color);