UI: sub-UIs work?

This commit is contained in:
minjaesong
2017-07-25 17:21:02 +09:00
parent 2ddb2af0e4
commit 46b4dd7532
31 changed files with 390 additions and 283 deletions

View File

@@ -1,4 +1,7 @@
#version 120
#ifdef GL_ES
precision mediump float;
#endif
varying vec4 v_color;