Browse Source

FIX: Issue on PLATFORM_DRM

pull/5365/head
Ray 1 month ago
parent
commit
c6f4c8e3e0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/shaders/resources/shaders/glsl100/raymarching.fs

+ 2
- 2
examples/shaders/resources/shaders/glsl100/raymarching.fs View File

@ -1,9 +1,9 @@
#version 100 #version 100
precision mediump float;
#extension GL_OES_standard_derivatives : enable #extension GL_OES_standard_derivatives : enable
precision mediump float;
// Input vertex attributes (from vertex shader) // Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord; varying vec2 fragTexCoord;
varying vec4 fragColor; varying vec4 fragColor;

Loading…
Cancel
Save