buttons for crafting/techtree transition

This commit is contained in:
minjaesong
2024-11-26 22:29:48 +09:00
parent e581099aec
commit bf626e35da
4 changed files with 106 additions and 96 deletions

View File

@@ -36,7 +36,7 @@ class UIHandler(//var UI: UICanvas,
var alwaysUpdate = false
companion object {
private val SHADER_PROG_FRAG = """
val SHADER_PROG_FRAG = """
#ifdef GL_ES
precision mediump float;
#endif
@@ -55,7 +55,7 @@ void main() {
}
""".trimIndent()
private val SHADER_PROG_VERT = """
val SHADER_PROG_VERT = """
in vec4 a_position;
in vec4 a_color;
in vec4 a_generic;