mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ShaderGenCommon: Clean up.
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user