[XCX] Header fix

This commit is contained in:
getdls 2018-03-03 02:39:09 +01:00
parent c430a7747d
commit 0ddef1ca5b

View File

@ -1,3 +1,10 @@
<?php
include 'Source/functions.php';
$fullWidth = $argv[1];
$fullHeight = $argv[2];
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
?>
#version 420
#extension GL_ARB_texture_gather : enable