mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12: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
|
@ -15,7 +15,7 @@ std::string GLFragmentDecompilerThread::getFloatTypeName(size_t elementCount)
|
|||
|
||||
std::string GLFragmentDecompilerThread::getFunction(FUNCTION f)
|
||||
{
|
||||
return gl::getFunctionImpl(f);
|
||||
return glsl::getFunctionImpl(f);
|
||||
}
|
||||
|
||||
std::string GLFragmentDecompilerThread::saturate(const std::string & code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue