libGDX HTML5 deployment exception

前端 未结 1 730
南笙
南笙 2021-01-24 00:31

I am trying to compile the libGDX project using GWT (libgdx-project-html right click -> Google -> GWT Compile).

I get no errors while compiling except

相关标签:
1条回答
  • 2021-01-24 00:48

    For anyone having the same problem or any other similar/weird exceptions.

    Make sure that strict flag is set by adding

    -strict

    in the compiling arguments and most importantly, you are using

    GL20

    as WebGL is based on GL20 and doesn't support GL10.

    0 讨论(0)
提交回复
热议问题