mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
committed by
Connor McLaughlin
parent
56f32ff332
commit
51917c4461
@@ -77,8 +77,8 @@ float ps_depth_copy(PS_INPUT input) : SV_Depth
|
||||
|
||||
PS_OUTPUT ps_downsample_copy(PS_INPUT input)
|
||||
{
|
||||
int DownsampleFactor = EMODA;
|
||||
int2 ClampMin = int2(EMODC, DOFFSET);
|
||||
int DownsampleFactor = DOFFSET;
|
||||
int2 ClampMin = int2(EMODA, EMODC);
|
||||
float Weight = BGColor.x;
|
||||
|
||||
int2 coord = max(int2(input.p.xy) * DownsampleFactor, ClampMin);
|
||||
|
||||
Reference in New Issue
Block a user