mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Added new shader cache uids for pixel shader gen.
This commit is contained in:
parent
3c8df842bb
commit
dc0f470215
11 changed files with 318 additions and 1171 deletions
|
@ -28,11 +28,6 @@
|
|||
|
||||
static char text[16768];
|
||||
|
||||
enum GenOutput
|
||||
{
|
||||
GO_ShaderCode,
|
||||
GO_ShaderUid,
|
||||
};
|
||||
// TODO: Check if something goes wrong if the cached shaders used pixel lighting but it's disabled later??
|
||||
template<class T>
|
||||
void GenerateVSOutputStruct(T& object, u32 components, API_TYPE api_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue