1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Fix shader compilation error in GLES 2

This commit is contained in:
Francisco Zurita 2017-02-05 01:14:58 -05:00 committed by Sergey Lipskiy
parent 0898d8d0c4
commit 3d95dbdb03

View File

@ -989,6 +989,10 @@ public:
" } \n"
;
}
} else {
m_part =
"lowp vec4 readTex(in sampler2D tex, in mediump vec2 texCoord, in lowp int fbMonochrome, in lowp int fbFixedAlpha); \n"
;
}
}
};