mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[WW] fullWidth is 1920.0
This commit is contained in:
parent
6e8738f710
commit
be8fdf2e3b
@ -2,8 +2,8 @@
|
||||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
?>
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
@ -2,8 +2,8 @@
|
||||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
?>
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
@ -2,8 +2,8 @@
|
||||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
?>
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
@ -2,8 +2,8 @@
|
||||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
|
||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
||||
?>
|
||||
#version 420
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
Loading…
Reference in New Issue
Block a user