From 8fb45371b8a0d47a387f9e0c50e7700af14e3a7e Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 12 Mar 2026 19:13:55 +1100 Subject: Check for bad returns on vulkan calls (lol!) --- src/layer_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layer_context.hh') diff --git a/src/layer_context.hh b/src/layer_context.hh index c98768b..316d540 100644 --- a/src/layer_context.hh +++ b/src/layer_context.hh @@ -46,7 +46,7 @@ template <> struct context_for_t { template using dispatch_context_t = typename context_for_t::context; -struct LayerContext final : public Context { +class LayerContext final : public Context { private: // If this is not null and set to exactly "1", then we should sleep after // present. -- cgit v1.2.3