diff options
author | grm <grm@eyesin.space> | 2024-05-21 11:56:12 +0300 |
---|---|---|
committer | grm <grm@eyesin.space> | 2024-05-21 11:56:12 +0300 |
commit | 2017b06f2d3fc254a188352f8b3ca7266a99ec09 (patch) | |
tree | 91be243faa9c06f22379e8e774b14463b285a47b /src/vkutil.h | |
parent | af064c2411f101c500628b791e712f586953e84b (diff) | |
download | cgame-2017b06f2d3fc254a188352f8b3ca7266a99ec09.tar.gz cgame-2017b06f2d3fc254a188352f8b3ca7266a99ec09.tar.bz2 cgame-2017b06f2d3fc254a188352f8b3ca7266a99ec09.zip |
hot reload shaders bby
Diffstat (limited to 'src/vkutil.h')
-rw-r--r-- | src/vkutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vkutil.h b/src/vkutil.h index 9188a07..123b97a 100644 --- a/src/vkutil.h +++ b/src/vkutil.h @@ -29,7 +29,7 @@ typedef enum { VK_ERROR, } log_type; -void +static inline void vk_log(log_type t, const char * f, ...) { #ifdef VKDEBUG |