mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 22:33:12 +00:00
FIX: Issue on PLATFORM_DRM
This commit is contained in:
parent
c0179288ba
commit
c6f4c8e3e0
@ -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…
x
Reference in New Issue
Block a user