polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

commit bd0fb63172cd38751075475c135b488f176b66af
parent ec871f1c4918dcf2ebf5a3b5032c8380c9e10236
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  4 Nov 2018 17:19:36 -0800

320 es profile

Diffstat:
Metc/shaders/profile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/shaders/profile b/etc/shaders/profile @@ -1,2 +1,3 @@ +#version 320 es -#version 440 core +precision mediump float;