diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-02-08 17:49:48 +1100 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-02-08 17:49:48 +1100 |
| commit | 5ab5046b643b04b9c31fd41cdfca39b9d5f6b99e (patch) | |
| tree | da5383b41b2fff17362425d2a57cbd129f681498 /src/layer.hh | |
| parent | c7363b6165a7795d10a8989c241dcdec84d0c7d7 (diff) | |
track queue submits WIP
Diffstat (limited to 'src/layer.hh')
| -rw-r--r-- | src/layer.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layer.hh b/src/layer.hh index 5633c63..08152f2 100644 --- a/src/layer.hh +++ b/src/layer.hh @@ -4,6 +4,8 @@ #include <vulkan/vk_platform.h> #include <vulkan/vulkan.hpp> +// The purpose of this file is to expose a header entry point for our layer. + extern "C" { VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL |
