MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawPixel

Function DrawPixel

include/Vector2.hpp:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313#endif
314
315 void DrawPixel(::Color color = {0, 0, 0, 255}) const { ::DrawPixelV(*this, color); }
316
317 void DrawLine(::Vector2 endPos, ::Color color = {0, 0, 0, 255}) const { ::DrawLineV(*this, endPos, color); }
318

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected