mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
6 lines
No EOL
233 B
C++
6 lines
No EOL
233 B
C++
#pragma once
|
|
#include "../Common/ShaderParam.h"
|
|
|
|
std::string getFloatTypeNameImp(size_t elementCount);
|
|
std::string getFunctionImp(FUNCTION f);
|
|
std::string compareFunctionImp(COMPARE f, const std::string &Op0, const std::string &Op1); |