Skip to content
  • Neil Roberts's avatar
    Use all core GL functions through indirect pointers · 2b119b07
    Neil Roberts authored
    cogl-ext-functions.h now contains definitions for all of the core GL
    and GLES functions that we would normally link to directly. All of the
    code has changed to access them through the cogl context pointer. The
    GE macro now takes an extra parameter to specify the context because
    the macro itself needs to make GL calls but various points in the Cogl
    source use different names for the context variable.
    2b119b07