mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
rsx/vk/gl: Cleanup and refector glsl::getFunctionImpl
- Both backends now generate very similar code
This commit is contained in:
parent
86fa379c78
commit
4e9160104a
9 changed files with 75 additions and 149 deletions
|
|
@ -18,10 +18,9 @@ std::string GLVertexDecompilerThread::getIntTypeName(size_t elementCount)
|
|||
return "ivec4";
|
||||
}
|
||||
|
||||
|
||||
std::string GLVertexDecompilerThread::getFunction(FUNCTION f)
|
||||
{
|
||||
return gl::getFunctionImpl(f);
|
||||
return glsl::getFunctionImpl(f);
|
||||
}
|
||||
|
||||
std::string GLVertexDecompilerThread::compareFunction(COMPARE f, const std::string &Op0, const std::string &Op1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue