refactors & viewport fix

This commit is contained in:
2022-11-16 09:20:44 +11:00
parent 9ba7a3bda8
commit a4cd5094b1
9 changed files with 61 additions and 40 deletions

2
draw.c
View File

@ -27,6 +27,8 @@ size GetDrawSizeInPixels(void)
return out;
}
void SetDrawViewport(size size) {}
void SetDrawColour(uint32_t c)
{