diff --git a/SetupLinux.sh b/SetupLinux.sh deleted file mode 100755 index 2a6ff6a4..00000000 --- a/SetupLinux.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -rm -rf build -mkdir build -pushd build -cmake .. -cmake .. -make -j 2 -make install -install/bin/glslangValidator -i ../Test/sample.vert ../Test/sample.frag -popd diff --git a/index.php b/index.php deleted file mode 100644 index 9a4bbcd9..00000000 --- a/index.php +++ /dev/null @@ -1,81 +0,0 @@ - - - - GLSL Reference Parser - - - - -

- [About] - - - -

-

About GLSL Reference Parser

-

- The GLSL Reference Parser provides a front end for parsing and - operating on OpenGL Shading Language code. It was originally - developed by 3Dlabs and is being maintained and updated by LunarG. The README has some additional information. -

- -

- You can download the source from the - Khronos public-access Subversion server . For example, using the Subversion - command-line client: -

- -

- svn checkout --username anonymous --password anonymous - https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang/ glslang -

- -
- -

Requirements

-

TBD. Builds on Windows and Linux.

- - -
- - -
-

- Get BuGLe at SourceForge.net. Fast, secure and Free Open Source software downloads - - -