diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-27 08:27:46 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-27 08:27:46 +0500 |
commit | 92a8eb610f40c9770569ca63ca1bd705a6d3497d (patch) | |
tree | 7cb8edbf29e51aea24bc55be066b55033fe8fa1d /prge_window.h | |
parent | b1389bad67cccd3da6815c2d5a436c177f09594b (diff) |
audio, renaming
Diffstat (limited to 'prge_window.h')
-rw-r--r-- | prge_window.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/prge_window.h b/prge_window.h index e79ee86..5d9d086 100644 --- a/prge_window.h +++ b/prge_window.h @@ -1,6 +1,4 @@ -#ifndef PRGE_WINDOW_H -#define PRGE_WINDOW_H +#define PRGE_WINDOW_DEPTH_TEST 0x1 +#define PRGE_WINDOW_MULTISAMPLE 0x10 -Window window_init(S32 width, S32 height, Str8 name); - -#endif /* PRGE_WINDOW_H */ +PRGEWindow init_window(S32 w, S32 h, const char *name, U32 flags); |