mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Move new lighting shader uids to LightingShaderGen.h
This commit is contained in:
parent
dc0f470215
commit
b519d37128
4 changed files with 204 additions and 398 deletions
|
@ -440,8 +440,8 @@ void GeneratePixelShader(T& out, DSTALPHA_MODE dstAlphaMode, API_TYPE ApiType, u
|
|||
{
|
||||
if (nIndirectStagesUsed & (1<<i))
|
||||
{
|
||||
int texcoord = bpmem.tevindref.getTexCoord(i);
|
||||
int texmap = bpmem.tevindref.getTexMap(i);
|
||||
unsigned int texcoord = bpmem.tevindref.getTexCoord(i);
|
||||
unsigned int texmap = bpmem.tevindref.getTexMap(i);
|
||||
|
||||
if (i == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue