#pragma once #include #include namespace render { struct renderOptions; } namespace render::vk { struct PhysicalDeviceInfo; using PipelineRef = std::pair; constexpr VkAllocationCallbacks *ALLOC = nullptr; }