Merge pull request #533 from Gustl22/shader_poly_texture
Poly Texture shader: correct shader separator
This commit is contained in:
commit
241281c5e7
@ -12,7 +12,8 @@ void main() {
|
|||||||
gl_Position = u_mvp * a_pos;
|
gl_Position = u_mvp * a_pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
§
|
$$
|
||||||
|
|
||||||
#ifdef GLES
|
#ifdef GLES
|
||||||
precision highp float;
|
precision highp float;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user