1
0
Fork 0
Univerxel/src/client/render/vk/forward.hpp

10 lines
262 B
C++

#pragma once
#include <volk.h>
#include <tuple>
namespace render { struct renderOptions; }
namespace render::vk {
struct PhysicalDeviceInfo;
using PipelineRef = std::pair<VkRenderPass, VkPipeline>;
constexpr VkAllocationCallbacks *ALLOC = nullptr;
}