mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 17:20:14 +01:00
11 lines
185 B
C++
11 lines
185 B
C++
#pragma once
|
|
|
|
#include "../Common/ShaderParam.h"
|
|
#include "../Common/GLSLCommon.h"
|
|
#include <ostream>
|
|
|
|
namespace gl
|
|
{
|
|
int get_varying_register_location(const std::string &var_name);
|
|
}
|