Skip to content
  • Neil Roberts's avatar
    tests: Dynamically resolve GL symbols · cbe1e832
    Neil Roberts authored
    Some of the tests are making direct GL calls. Eventually we want
    Clutter not to link directly against any GL library so that it can
    leave Cogl to load it dynamically. As a step towards getting this to
    work this patch changes the tests to resolve the symbols using
    cogl_get_proc_address instead of linking directly.
    cbe1e832