mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
ShaderGenCommon: Clean up.
This commit is contained in:
parent
e7a5847c30
commit
7480f5dfd6
1 changed files with 0 additions and 7 deletions
|
@ -23,7 +23,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <typeinfo>
|
|
||||||
|
|
||||||
#include "CommonTypes.h"
|
#include "CommonTypes.h"
|
||||||
#include "VideoCommon.h"
|
#include "VideoCommon.h"
|
||||||
|
@ -168,12 +167,6 @@ struct LightingUidData
|
||||||
} lit_chans[4];
|
} lit_chans[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct pixel_shader_uid_data;
|
|
||||||
struct vertex_shader_uid_data;
|
|
||||||
|
|
||||||
typedef ShaderUid<pixel_shader_uid_data> PixelShaderUid;
|
|
||||||
typedef ShaderUid<vertex_shader_uid_data> VertexShaderUid;
|
|
||||||
|
|
||||||
template<class UidT, class CodeT>
|
template<class UidT, class CodeT>
|
||||||
void CheckForUidMismatch(CodeT& new_code, const UidT& new_uid, const char* shader_type, const char* dump_prefix)
|
void CheckForUidMismatch(CodeT& new_code, const UidT& new_uid, const char* shader_type, const char* dump_prefix)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue