mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
12 lines
No EOL
249 B
C++
12 lines
No EOL
249 B
C++
#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
|