LWJGL Forum

Programming => OpenGL => Topic started by: 8Keep on August 30, 2020, 21:18:04

Title: Google ANGLE for GLES
Post by: 8Keep on August 30, 2020, 21:18:04
Hi, I'm trying to use ANGLE as the gles lib, for best support of gles across platforms. Has anyone done this successfully before? I've found Configuration.OPENGLES_LIBRARY_NAME to set the library used. Would it be as simple as creating a new jar with the compiled ANGLE lib inside, adding that to the classpath, and calling that function?
Title: Re: Google ANGLE for GLES
Post by: spasi on August 31, 2020, 07:32:00
Yes, it should work.