This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
** GLSL 4.50 functions prototypes ***************************************** | |
* as defined in the specification. * | |
* (https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.50.pdf) * | |
* 01/2018 * | |
* Simon Rodriguez - simonrodriguez.fr - github.com/kosua20 * | |
*************************************************************************** | |
- "Templates": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#from __future__ import unicode_literals | |
import collections | |
import datetime | |
import decimal | |
import sys | |
from pdfminer.converter import PDFPageAggregator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*============================================================================ | |
NVIDIA FXAA 3.11 by TIMOTHY LOTTES | |
------------------------------------------------------------------------------ | |
COPYRIGHT (C) 2010, 2011 NVIDIA CORPORATION. ALL RIGHTS RESERVED. | |
------------------------------------------------------------------------------ | |
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED |