Browse Source

Fixed shader examples. Fixes #4.

Brucey 4 years ago
parent
commit
b870aa81d9

+ 2 - 2
examples/shaders/shaders_custom_uniform.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_eratosthenes.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_julia_set.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_model_shader.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_palette_switch.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_postprocessing.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_raymarching.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_shapes_textures.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_texture_drawing.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?
 

+ 2 - 2
examples/shaders/shaders_texture_waves.bmx

@@ -2,9 +2,9 @@ SuperStrict
 
 Framework Ray.Lib
 
-?win32
+?Not opengles
 Const GLSL_VERSION:Int = 330
-?raspberrypi
+?opengles
 Const GLSL_VERSION:Int = 100
 ?