mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 19:53:06 -03:00
{WW] Shadow blur x2 scaling
This commit is contained in:
parent
870b382e80
commit
411d0de8cc
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0*2);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0*2);
|
||||
?>
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
|
Loading…
Reference in a new issue