1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Fix GLES 2.0 GLSL shader compilation error.

This commit is contained in:
fzurita 2021-05-01 18:14:12 -04:00 committed by Sergey Lipskiy
parent f5e73a8081
commit f4a0019acf

View File

@ -514,7 +514,7 @@ public:
}
m_part +=
" gl_Position.xy += uVertexOffset * vec2(gl_Position.w); \n"
" gl_Position.zw *= vec2(1024.0f); \n"
" gl_Position.zw *= vec2(1024.0); \n"
"} \n"
;
}