Make the default version be 100.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20509 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2013-02-08 18:56:56 +00:00
parent 46eaf4939e
commit 38c507e75a
7 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#version 110
#define ON
float sum = 0.0;

View File

@@ -1,3 +1,5 @@
#version 110
#define ON
float sum = 0.0;

View File

@@ -1,3 +1,5 @@
#version 110
#define ON
float sum = 0.0;

View File

@@ -31,6 +31,7 @@
//ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
//POSSIBILITY OF SUCH DAMAGE.
//
#version 110
varying vec3 color;

View File

@@ -31,6 +31,7 @@
//ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
//POSSIBILITY OF SUCH DAMAGE.
//
#version 110
varying vec3 color;