mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-02 13:54:35 +01:00
10 lines
167 B
C++
10 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);
|
|
}
|