2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 19:39:13 +00:00

Windows sync for CRadarPaintShader

This commit is contained in:
Jack Andersen
2017-04-06 19:57:30 -10:00
parent d3c4f69e6f
commit 4a8bae2351
3 changed files with 97 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ static const char* VS =
" constant VertData& v = va[instId];\n"
" vtf.color = v.colorIn;\n"
" vtf.uv = v.uvIn[vertId].xy;\n"
" vtf.position = rpu.xf * vec4(v.posIn[vertId].xyz, 1.0);\n"
" vtf.position = rpu.xf * float4(v.posIn[vertId].xyz, 1.0);\n"
" return vtf;\n"
"}\n";