Add vk_pica translation unit

Intended for conversions and utils between PICA definitions and Vulkan.
This commit is contained in:
Wunkolo 2023-07-27 10:05:43 -07:00
parent d19b8cf364
commit bf8bb5d459
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#pragma once
#include "PICA/gpu.hpp"
#include "helpers.hpp"
#include "vk_api.hpp"
namespace Vulkan {
vk::Format colorFormatToVulkan(PICA::ColorFmt colorFormat);
vk::Format depthFormatToVulkan(PICA::DepthFmt depthFormat);
} // namespace Vulkan