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

@@ -36,7 +36,7 @@ class UIHandler(//var UI: UICanvas,
companion object {
private val SHADER_PROG_FRAG = """
#version 120
#version 130
#ifdef GL_ES
precision mediump float;
#endif