Skip to content

cogl: Fix build error when GL_ARB_sync is not defined

Commit 41992757 introduced a change to use CoglContext.glFenceSync but this method is only available when GL_ARB_sync is defined (as defined on gl-prototypes/cogl-all-functions.h).

This change fixes that.

Edited by Andre Magalhaes

Merge request reports