test render loop

This commit is contained in:
2025-03-09 18:35:56 +05:00
parent 0291279f1a
commit 4de066b6c1
7 changed files with 205 additions and 12 deletions

8
src/VM/time.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "../std.h"
void time_sleepMS(u32 ms);
void time_sleepNS(u64 ns);
u64 time_getMonotonicMS();
u64 time_getMonotonicNS();