shader version shenanigan

This commit is contained in:
minjaesong
2022-02-11 17:59:21 +09:00
parent 5c94e88d76
commit ba3615a8e1
22 changed files with 22 additions and 25 deletions

View File

@@ -1,8 +1,7 @@
#version 120
#version 130
#ifdef GL_ES
precision mediump float;
#endif
#extension GL_EXT_gpu_shader4 : enable
varying vec4 v_color;