mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
11 lines
227 B
C++
11 lines
227 B
C++
#pragma once
|
|
|
|
#include "../Common/ShaderParam.h"
|
|
#include "../Common/GLSLCommon.h"
|
|
#include <ostream>
|
|
|
|
namespace gl
|
|
{
|
|
std::string getFunctionImpl(FUNCTION f);
|
|
int get_varying_register_location(const std::string &var_name);
|
|
}
|