DisplayLink drawing on evaluation mode


Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1151
    LiutenantCoconut
    Participant

      Hello,

      I’ve just successfully ran the evaluation mode on a keyboard extension app. The problem is, it crashes as soon as the view is hidden, and the crash stack seems to show that DisplayLink is trying to render when the app extension is hidden.

      Is MoltenGL trying to do its own rendering on top of the GLKit view? My rendering code returns when it detects that the app extension is hidden (i.e the keyboard is hidden), but I’m guessing there’s no such thing with MoltenGL’s logo?

      Does this still happen in the full (non-evaluation) version?

      #1152
      Bill Hollings
      Keymaster

        @LiutenantCoconut

        Are you using the GLKView implementation from the MoltenGL package?

        Please read the EAGL and GLKit System Classes section of README_MoltenGL_UserGuide.md for more info about use of GLKit components.

        …Bill

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘MoltenGL Support’ is closed to new topics and replies.