[WWHD] test scale AO

This commit is contained in:
getdls 2018-03-06 20:27:08 +01:00
parent 9bc060f481
commit 63bf57b09a

View File

@ -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;