mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-03 06:14:37 +01:00
10 lines
183 B
C++
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
|