gpu-playground icon indicating copy to clipboard operation
gpu-playground copied to clipboard

egl crashes

Open elsampsa opened this issue 7 years ago • 0 comments

Hi,

Thanks for the interesting samples. In my intel-based laptop, egl just crashes (tried several sample codes from other sources as well). In this code, I get: a.out: main.c:134: main: Assertion `glGetError () == GL_NO_ERROR' failed. I compiled with: gcc -ggdb -O0 -Wall -std=c99 -I/usr/include/libdrm main.c -lGLESv2 -lEGL -lgbm My linux kernel is 4.4.0

elsampsa avatar Jan 25 '18 15:01 elsampsa