mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Polish shader uid checking.
This commit is contained in:
parent
77dae3496a
commit
02afec5076
13 changed files with 120 additions and 43 deletions
|
@ -38,6 +38,9 @@ private:
|
|||
static VSCache vshaders;
|
||||
static const VSCacheEntry *last_entry;
|
||||
static VertexShaderUid last_uid;
|
||||
|
||||
static UidChecker<VertexShaderUid,VertexShaderCode> vertex_uid_checker;
|
||||
|
||||
static void Clear();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue