Depthbuffer working

This commit is contained in:
Krzosa Karol
2022-02-18 23:05:51 +01:00
parent 6e36d7596c
commit e0b2182d11
3 changed files with 63 additions and 38 deletions

View File

@@ -12,9 +12,11 @@ struct OSInitArgs {
};
extern Image screen;
extern float* depth_buffer;
extern bool keydown_a;
extern bool keydown_b;
extern bool keydown_f1;
extern bool keydown_f2;
extern bool keydown_f3;
bool OS_GameLoop();
void OS_Init(OSInitArgs);