Skip to content

texturator: Use correct GL extension header

Damian Hobson-Garcia requested to merge dhobsong/kmscube:gles_header_fix into master

gl2ext.h is the extension header for OpenGL ES 2.0 and all later versions according to the Khronos documentation 1. gl3ext.h is either an empty stub, or may not even exist on some platforms.

Merge request reports