diff options
author | grm <grm@eyesin.space> | 2024-12-16 11:16:24 +0200 |
---|---|---|
committer | grm <grm@eyesin.space> | 2024-12-16 11:16:24 +0200 |
commit | af57524fb3d6914ab413023af4b197d2eb8e6894 (patch) | |
tree | c6644070d8269a96650f6081dc185560b1a415bc /src/vkutil.h | |
parent | a9ae85a6fee72446d1fe8e6147248adeb39a3649 (diff) | |
download | cgame-af57524fb3d6914ab413023af4b197d2eb8e6894.tar.gz cgame-af57524fb3d6914ab413023af4b197d2eb8e6894.tar.bz2 cgame-af57524fb3d6914ab413023af4b197d2eb8e6894.zip |
smol progress
Diffstat (limited to 'src/vkutil.h')
-rw-r--r-- | src/vkutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vkutil.h b/src/vkutil.h index 123b97a..7252ba8 100644 --- a/src/vkutil.h +++ b/src/vkutil.h @@ -2,6 +2,7 @@ #define _VKUTIL_H /** + * DEPRECATED * vkutil.h -- helper functions and macros for working with vulkan in C */ |