FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 240 forks source link

Where are implement of opengl function? #407

Closed CeSun closed 3 years ago

CeSun commented 3 years ago

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 found extern function and not found it's implement or static lib or other.

CeSun commented 3 years ago

I have another question: if I use --disable-gl, engine will use which graphic interface

nekonomicon commented 3 years ago

You must not use this options for pc version of Xash3D FWGS.

CeSun commented 3 years ago

What is pc default graphic interface?

nekonomicon commented 3 years ago

{Open}GL

CeSun commented 3 years ago

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.

Velaron commented 3 years ago

waf generates compile_commands.json which is supported by lots of IDEs, vs code included

a1batross commented 3 years ago

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.

mittorn commented 3 years ago

It maybe useful with angle in uwp