mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #3431 from stenzek/shadercache
ShaderGen: Remove virtual methods and string from ShaderGeneratorInterface.
This commit is contained in:
commit
0509292f86
6 changed files with 35 additions and 32 deletions
|
@ -25,10 +25,6 @@ public:
|
|||
PixelShaderUid puid;
|
||||
GeometryShaderUid guid;
|
||||
|
||||
SHADERUID() {}
|
||||
|
||||
SHADERUID(const SHADERUID& r) : vuid(r.vuid), puid(r.puid), guid(r.guid) {}
|
||||
|
||||
bool operator <(const SHADERUID& r) const
|
||||
{
|
||||
return std::tie(puid, vuid, guid) <
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue