aboutsummaryrefslogtreecommitdiff
path: root/src/layer_context.hh
diff options
context:
space:
mode:
authorNicolas James <nj3ahxac@gmail.com>2026-03-12 19:13:55 +1100
committerNicolas James <nj3ahxac@gmail.com>2026-03-12 19:13:55 +1100
commit8fb45371b8a0d47a387f9e0c50e7700af14e3a7e (patch)
treedb18874ca2547777783bc1acf20bcb08f22ed7b1 /src/layer_context.hh
parent44d88e25df14b7e191a15bfbe002a875d7c67056 (diff)
Check for bad returns on vulkan calls (lol!)
Diffstat (limited to 'src/layer_context.hh')
-rw-r--r--src/layer_context.hh2
1 files changed, 1 insertions, 1 deletions
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<VkQueue> {
template <DispatchableType D>
using dispatch_context_t = typename context_for_t<D>::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.