Skip to content
  • Emmanuele Bassi's avatar
    actor: Deprecate realize and unrealize · 6227f7a0
    Emmanuele Bassi authored
    There is no reasonable use case for having the functions, the virtual
    functions, and the signals for realization and unrealization; the
    concept belongs to an older era, when we though it would have been
    possible to migrate actors across different GL contexts, of in case a GL
    context would not have been available until the main loop started
    spinning. That is most definitely not possible today, and too much code
    would utterly break if we ever supported that.
    6227f7a0