2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 07:35:42 +00:00

Update submodules, fix text shader for Vulkan

This commit is contained in:
Jack Andersen 2017-02-15 18:48:07 -10:00
parent 3d51c7bb6b
commit 128b7feb1f
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,6 @@ BOO_GLSL_BINDING_HEAD
" vtf.mulColor = mulColorIn;\n"
" vtf.uv = uvIn[gl_VertexID].xyz;\n"
" gl_Position = mtx * vec4(posIn[gl_VertexID].xyz, 1.0);\n"
" gl_Position = FLIPFROMGL(gl_Position);\n"
"}\n";
static const char* TextFS =
@ -85,7 +84,6 @@ BOO_GLSL_BINDING_HEAD
" vtf.color = color * colorIn;\n"
" vtf.uv = uvIn[gl_VertexID];\n"
" gl_Position = mtx * vec4(posIn[gl_VertexID].xyz, 1.0);\n"
" gl_Position = FLIPFROMGL(gl_Position);\n"
"}\n";
static const char* ImgFS =

2
hecl

@ -1 +1 @@
Subproject commit 1716b8bcb5037f0b2934fe1e160b15bb9a9fbce5
Subproject commit d5e4ccca2fc6b7490029238fd1392045ea9b2072