rpcsx/rpcs3/Emu/RSX/VK/VKCommonDecompiler.h
DH 62ad27d1e2 split rpcs3 and hle libraries
merge rpcs3 utilities
2025-04-08 19:46:57 +03:00

10 lines
183 B
C++

#pragma once
#include "../Program/GLSLTypes.h"
namespace vk
{
using namespace ::glsl;
int get_varying_register_location(std::string_view varying_register_name);
} // namespace vk