03-09-2019, 12:47 PM
Btw if you are using one of the less well supported boards which emulates its graphics, quite a few of the emulated systems have a real problem with
EGL_SAMPLE_BUFFERS,1,
EGL_SAMPLES,4,
almost every boards with emulated graphics fails to init OpenGLES if these 2 lines are present, so you may need to comment them out.
EGL_SAMPLE_BUFFERS,1,
EGL_SAMPLES,4,
almost every boards with emulated graphics fails to init OpenGLES if these 2 lines are present, so you may need to comment them out.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's