mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-12 09:32:42 +00:00
FIX: Issue on PLATFORM_DRM
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user