diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 15:44:27 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 15:44:27 +1000 |
| commit | fa5ae90c34e740eaf3a4e29d5e2841240f62244d (patch) | |
| tree | d3b55aa0e1885c55a076749262fe189de445bf7b /src/helper.hh | |
| parent | ce26014c2e6a0200ea90eac8ec87881a0d55e727 (diff) | |
Fix validation warning when calling GetPhysicalDeviceQueueFamilyProperties2KHR, late destructors for DeviceContext and InstanceContext
Diffstat (limited to 'src/helper.hh')
| -rw-r--r-- | src/helper.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper.hh b/src/helper.hh index f7c38da..4567d40 100644 --- a/src/helper.hh +++ b/src/helper.hh @@ -4,8 +4,6 @@ #include <vulkan/vk_layer.h> #include <vulkan/vulkan.h> -#include <cstdint> - namespace low_latency { #define THROW_NOT_VKSUCCESS(x) \ |
