diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-05-21 11:56:12 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-05-21 11:56:12 +0300 |
commit | b04db611ed0eb7ec9e1b7d988f3031fe63a1de52 (patch) | |
tree | 91be243faa9c06f22379e8e774b14463b285a47b /src/vkutil.h | |
parent | 7c26dcc4480025b5d11e315273541b3fb2c34a09 (diff) | |
download | cgame-b04db611ed0eb7ec9e1b7d988f3031fe63a1de52.tar.gz cgame-b04db611ed0eb7ec9e1b7d988f3031fe63a1de52.tar.bz2 cgame-b04db611ed0eb7ec9e1b7d988f3031fe63a1de52.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 |