From a9a083ea5c649498d2f12e611dbc7c767d152130 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 6 Apr 2026 12:18:10 +1000 Subject: Add WIP refactored reflex impl --- src/strategies/device_strategy.hh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/strategies/device_strategy.hh') diff --git a/src/strategies/device_strategy.hh b/src/strategies/device_strategy.hh index 7b7bacd..0fd7acd 100644 --- a/src/strategies/device_strategy.hh +++ b/src/strategies/device_strategy.hh @@ -1,6 +1,9 @@ #ifndef STRATEGIES_DEVICE_STRATEGY_HH_ #define STRATEGIES_DEVICE_STRATEGY_HH_ +#include +#include + namespace low_latency { class DeviceContext; @@ -14,7 +17,10 @@ class DeviceStrategy { virtual ~DeviceStrategy(); public: - + virtual void + notify_create_swapchain(const VkSwapchainKHR& swapchain, + const VkSwapchainCreateInfoKHR& info) = 0; + virtual void notify_destroy_swapchain(const VkSwapchainKHR& swapchain) = 0; }; } // namespace low_latency -- cgit v1.2.3