|
|
|
@ -508,6 +508,11 @@ void StoreLumaHistory(FfxUInt32x2 iPxPos, FfxFloat32x4 fLumaHistory) |
|
|
|
{ |
|
|
|
rw_luma_history[iPxPos] = fLumaHistory; |
|
|
|
} |
|
|
|
|
|
|
|
FfxFloat32x4 LoadRwLumaHistory(FFX_MIN16_I2 iPxPos) |
|
|
|
{ |
|
|
|
return rw_luma_history[iPxPos]; |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#if defined(FSR2_BIND_SRV_LUMA_HISTORY) || defined(FFX_INTERNAL) |
|
|
|
|