mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-09 09:15:55 +01:00
6 lines
236 B
C++
6 lines
236 B
C++
#pragma once
|
|
#include "../Common/ShaderParam.h"
|
|
|
|
std::string getFloatTypeNameImpl(size_t elementCount);
|
|
std::string getFunctionImpl(FUNCTION f);
|
|
std::string compareFunctionImpl(COMPARE f, const std::string &Op0, const std::string &Op1); |