mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[XCX] motion blur -> const to scaling
fixes artifacts but less blurry on 4k+
This commit is contained in:
parent
47aa3c10b2
commit
c430a7747d
@ -2,9 +2,9 @@
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
// shader b253dca415790207
|
||||
// motion blur fix - static /2 factor as a compromise. fx gets lost in blend on higher scaling
|
||||
// To-do, review quarter scaling.
|
||||
const float resScale = 2.0;
|
||||
// motion blur scaling
|
||||
|
||||
const float resScale = <?=$scaleFactorX?>;
|
||||
//const float resScale = 3;
|
||||
uniform ivec4 uf_remappedPS[5];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user