From 644bc4ed5edd4e3ffa88750bdacb147c75df9546 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 30 Mar 2026 15:54:10 +1100 Subject: Fix AL2 via VK_NV_low_latency2's async implementation, fix race in TimestampPool --- src/context.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/context.hh') 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 -- cgit v1.2.3