Defines draw namespace, can be found in renderer.cpp. More...
Go to the source code of this file.
Namespaces | |
namespace | draw |
Handles renderering pixels/sprites/etc to the screen. Code can be found in renderer.cpp. | |
Functions | |
void | draw::Pixel (u32 x, u32 y, Colour colour) |
Draw pixel to screen at given position. | |
void | draw::Pixel (u32Vec2 position, Colour colour) |
Draw pixel to screen at given position. | |
Defines draw namespace, can be found in renderer.cpp.
Definition in file renderer.h.