mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
PixelShaderGen: Remove unused num_texgens argument
It became unused in f039149198
.
This commit is contained in:
parent
c3668e179c
commit
002ff4e4dd
3 changed files with 4 additions and 5 deletions
|
@ -158,7 +158,7 @@ using PixelShaderUid = ShaderUid<pixel_shader_uid_data>;
|
|||
|
||||
ShaderCode GeneratePixelShaderCode(APIType api_type, const ShaderHostConfig& host_config,
|
||||
const pixel_shader_uid_data* uid_data);
|
||||
void WritePixelShaderCommonHeader(ShaderCode& out, APIType api_type, u32 num_texgens,
|
||||
void WritePixelShaderCommonHeader(ShaderCode& out, APIType api_type,
|
||||
const ShaderHostConfig& host_config, bool bounding_box);
|
||||
void ClearUnusedPixelShaderUidBits(APIType api_type, const ShaderHostConfig& host_config,
|
||||
PixelShaderUid* uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue