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

8 lines
184 B
C++

#pragma once
#include <volk.h>
namespace render { struct renderOptions; }
namespace render::vk {
struct PhysicalDeviceInfo;
constexpr VkAllocationCallbacks *ALLOC = nullptr;
}