aboutsummaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-30 15:54:10 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-30 15:54:10 +1100
commit644bc4ed5edd4e3ffa88750bdacb147c75df9546 (patch)
tree5580f05b202493ccb68d5c67ec37e10d53f3cd1d /src/context.hh
parent681bd5096ee416b50dd7338de30af7b3db385a36 (diff)
Fix AL2 via VK_NV_low_latency2's async implementation, fix race in TimestampPool
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/context.hh b/src/context.hh
index 6524984..718b697 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -3,11 +3,6 @@
namespace low_latency {
-#define THROW_NON_VKSUCCESS(x) \
- if (const auto result = x; result != VK_SUCCESS) { \
- throw result; \
- }
-
// A context class doesn't do much by itself. We just use it to provide a
// virtual destructor so we can store a bunch of shared_ptrs in the same
// container and rely on RTTI in the layer context. It also deletes the copy and