mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
bind locations _before_ link program, fix dest alpha
This commit is contained in:
parent
ba6564b0b5
commit
c2898748ac
2 changed files with 12 additions and 1 deletions
|
@ -155,6 +155,7 @@ private:
|
|||
static GLuint s_ps_vs_ubo;
|
||||
static GLintptr s_vs_data_offset;
|
||||
static void SetProgramVariables(PCacheEntry &entry);
|
||||
static void SetProgramBindings(PCacheEntry &entry);
|
||||
};
|
||||
|
||||
} // namespace OGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue