aboutsummaryrefslogtreecommitdiff
path: root/src/helper.hh
diff options
context:
space:
mode:
authorNicolas James <nj3ahxac@gmail.com>2026-04-07 15:44:27 +1000
committerNicolas James <nj3ahxac@gmail.com>2026-04-07 15:44:27 +1000
commitfa5ae90c34e740eaf3a4e29d5e2841240f62244d (patch)
treed3b55aa0e1885c55a076749262fe189de445bf7b /src/helper.hh
parentce26014c2e6a0200ea90eac8ec87881a0d55e727 (diff)
Fix validation warning when calling GetPhysicalDeviceQueueFamilyProperties2KHR, late destructors for DeviceContext and InstanceContext
Diffstat (limited to 'src/helper.hh')
-rw-r--r--src/helper.hh2
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) \