mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
9 lines
167 B
C++
9 lines
167 B
C++
#pragma once
|
|
#include "../Program/GLSLTypes.h"
|
|
|
|
namespace vk
|
|
{
|
|
using namespace ::glsl;
|
|
|
|
int get_varying_register_location(std::string_view varying_register_name);
|
|
}
|