mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
Move most backend functionality to VideoCommon
This commit is contained in:
parent
933f3ba008
commit
f039149198
182 changed files with 8334 additions and 15917 deletions
|
@ -28,7 +28,8 @@ struct UidData
|
|||
|
||||
using TCShaderUid = ShaderUid<UidData>;
|
||||
|
||||
ShaderCode GenerateShader(APIType api_type, const UidData* uid_data);
|
||||
ShaderCode GenerateVertexShader(APIType api_type);
|
||||
ShaderCode GeneratePixelShader(APIType api_type, const UidData* uid_data);
|
||||
|
||||
TCShaderUid GetShaderUid(EFBCopyFormat dst_format, bool is_depth_copy, bool is_intensity,
|
||||
bool scale_by_half, bool copy_filter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue