mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
PixelShaderGen: Some cleanups.
This commit is contained in:
parent
3c02f227db
commit
9eccd56ef0
3 changed files with 26 additions and 27 deletions
|
@ -419,6 +419,7 @@ void PixelShaderManager::SetPSTextureDims(int texid)
|
|||
// This one is high in profiles (0.5%).
|
||||
// TODO: Move conversion out, only store the raw color value
|
||||
// and update it when the shader constant is set, only.
|
||||
// TODO: Conversion should be checked in the context of tev_fixes..
|
||||
void PixelShaderManager::SetColorChanged(int type, int num, bool high)
|
||||
{
|
||||
float *pf = &lastRGBAfull[type][num][0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue