Skip to content
Snippets Groups Projects
This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
  1. Dec 09, 2022
    • Nat Goodspeed's avatar
      DRTVWR-559: Introduce LLInstanceTrackerSubclass mediator class. · 00478b1e
      Nat Goodspeed authored
      Deriving your tracked class T from LLInstanceTracker<T> gives you
      T::getInstance() et al. But what about a subclass S derived from T?
      S::getInstance() still delivers a pointer to T, requiring explicit downcast.
      And so on for other LLInstanceTracker methods.
      
      Instead, derive S from LLInstanceTrackerSubclass<S, T>. This implies that S is
      a grandchild class of T, but it also recasts the LLInstanceTracker methods to
      deliver results for S rather than for T.
      00478b1e
  2. Nov 16, 2022
  3. Oct 27, 2022
  4. Oct 13, 2022
  5. Oct 05, 2022
    • Geenz's avatar
      Initial pass at adding KHR_debug support · be1cdc1a
      Geenz authored
      This still needs some work - I'm not super satisfied with the overall structure of the code.  Will continue to iterate as I add in proper RenderDoc support.
      be1cdc1a
  6. Sep 30, 2022
  7. Sep 16, 2022
  8. Sep 06, 2022
  9. Sep 01, 2022
  10. Jun 24, 2022
  11. Jun 22, 2022
  12. Jun 17, 2022
  13. Jun 14, 2022
  14. Jun 13, 2022
  15. Jun 09, 2022
  16. Jun 01, 2022
  17. May 31, 2022
  18. May 24, 2022
  19. May 23, 2022
  20. May 20, 2022
  21. May 17, 2022
  22. May 10, 2022
  23. Apr 28, 2022
  24. Apr 15, 2022
  25. Mar 25, 2022
  26. Mar 09, 2022
  27. Feb 23, 2022
  28. Feb 14, 2022
  29. Feb 11, 2022
  30. Feb 04, 2022
  31. Jan 25, 2022
Loading