fixup fog colour constant register

(cherry picked from commit b99e63d944d2ceb474761ae88c8c90246071f0bc)
This commit is contained in:
Anthony 2021-01-31 22:28:31 +13:00 committed by PatrickvL
parent 9480bea9c0
commit 3216931da6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ struct PS_OUTPUT
// Constant registers
uniform const float4 c0_[8] : register(c0);
uniform const float4 c1_[8] : register(c8);
uniform const float4 c_fog : register(c16); // Note : Maps to PSH_XBOX_CONSTANT_FOG, assigned to fog.rgb
uniform const float4 c_fog : register(c18); // Note : Maps to PSH_XBOX_CONSTANT_FOG, assigned to fog.rgb
// Constant registers used only in final combiner stage (xfc 'opcode') :
uniform const float4 FC0 : register(c17); // Note : Maps to PSH_XBOX_CONSTANT_FC0, must be generated as argument to xfc instead of C0