Reviewed makefile and examples building

This commit is contained in:
raysan5 2021-10-17 21:00:52 +02:00
parent cf12992b6a
commit f437f7b405
5 changed files with 127 additions and 71 deletions

View file

@ -1,5 +1,7 @@
#version 100
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;
varying vec4 fragColor;