mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
[WWHD] test scale AO
This commit is contained in:
parent
9bc060f481
commit
63bf57b09a
@ -9,7 +9,7 @@ $scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
#extension GL_ARB_shading_language_packing : enable
|
||||
// shader d283b9338c6b10c5 //AO noise/de-banding scaling
|
||||
const float resScale = <?=$scaleFactorY?>;
|
||||
const float resScale = <?=$scaleFactorY*2?>;
|
||||
uniform ivec4 uf_remappedVS[1];
|
||||
uniform vec2 uf_windowSpaceToClipSpaceTransform;
|
||||
layout(location = 0) in uvec4 attrDataSem0;
|
||||
|
Loading…
Reference in New Issue
Block a user