Closed CeSun closed 3 years ago
I have another question: if I use --disable-gl
, engine will use which graphic interface
You must not use this options for pc version of Xash3D FWGS.
What is pc default graphic interface?
{Open}GL
Thank you, I got it.
And, Finally, I want to ask what ide do you use to adapt to WAF build tools? There is no plug-in supporting WAF in vs code.
waf generates compile_commands.json which is supported by lots of IDEs, vs code included
I'm not sure if we support GLES on Windows. It exists only for platforms that can't use full OpenGL renderer, like Android and other variations of embedded Linux.
It maybe useful with angle in uwp
When I build in
enable-gles2
mode, my msvc compiler tell me that it can't link implement of opengl function . I read gles2 code, I just foundextern function
and not found it's implement or static lib or other.