Skip to content

Commit c6f4c8e

Browse files
committed
FIX: Issue on PLATFORM_DRM
1 parent c017928 commit c6f4c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/shaders/resources/shaders/glsl100/raymarching.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#version 100
22

3-
precision mediump float;
4-
53
#extension GL_OES_standard_derivatives : enable
64

5+
precision mediump float;
6+
77
// Input vertex attributes (from vertex shader)
88
varying vec2 fragTexCoord;
99
varying vec4 fragColor;

0 commit comments

Comments
 (0)