integer math
This commit is contained in:
parent
4428cfe12c
commit
5ff43e240c
27 changed files with 922 additions and 1011 deletions
|
|
@ -6,7 +6,7 @@ int main() {
|
|||
constexpr std::uint_fast32_t width = 1280;
|
||||
constexpr std::uint_fast32_t height = 720;
|
||||
|
||||
Window<true, false, false, false> window(width, height);
|
||||
WindowWayland window(width, height, "Hello Drawing!");
|
||||
|
||||
for(std::uint_fast32_t x = 0; x < width; x++) {
|
||||
for(std::uint_fast32_t y = 0; y < height; y++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue