Handles renderering pixels/sprites/etc to the screen. Definition for draw namepsace found in renderer.h. More...
#include "renderer.h"
#include <vulkan/vulkan.h>
#include <GLFW/glfw3.h>
#include <GLFW/glfw3native.h>
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 (u32Vec2 position, Colour colour) |
Draw pixel to screen at given position. | |
void | draw::Pixel (u32 x, u32 y, Colour colour) |
Draw pixel to screen at given position. | |
Handles renderering pixels/sprites/etc to the screen. Definition for draw namepsace found in renderer.h.
Definition in file renderer.cpp.