Create a frame rate

This commit is contained in:
2023-04-26 22:06:47 +02:00
parent f566383467
commit a2c735f158
7 changed files with 79 additions and 8 deletions

View File

@@ -33,6 +33,8 @@ namespace JabyEngine {
static void set_offset(uint16_t x, uint16_t y);
};
uint8_t swap_buffers_vsync(uint8_t syncs);
}
}
#endif //!__JABYENGINE_GPU_HPP__