Skip to content
  1. Jan 26, 2022
  2. Jan 25, 2022
  3. Dec 20, 2021
  4. Dec 09, 2021
  5. Dec 03, 2021
  6. Nov 24, 2021
  7. Nov 16, 2021
  8. Nov 15, 2021
  9. Nov 14, 2021
  10. Oct 13, 2021
  11. Oct 05, 2021
  12. Sep 29, 2021
  13. Sep 26, 2021
  14. Sep 20, 2021
  15. Sep 09, 2021
  16. Aug 30, 2021
  17. Aug 26, 2021
  18. Aug 09, 2021
  19. Jul 20, 2021
  20. Jul 18, 2021
  21. Jun 25, 2021
  22. Jun 19, 2021
  23. Jun 13, 2021
  24. May 13, 2021
  25. Apr 28, 2021
  26. Apr 27, 2021
    • StableCoder's avatar
      Added new struct cleanup headers · fc390a0b
      StableCoder authored
      fc390a0b
    • StableCoder's avatar
      Added new header set for cleaning up Vk structs · 00204113
      StableCoder authored
      Vulkan structures are C-based, thus no easy cleanup mechanism exists, so
      this adds a function that attempts to do this, under the assumption that
      any of the struct's pointer members with names of 'p[A-Z]' are owned by the
      struct and can be safely
      deleted.
      
      Another members that are pointers that don't start with 'p[A-Z]' are
      assumed to be externally managed and not deleted, nor any 'pointer to
      pointers' type members.
      00204113
  27. Apr 26, 2021
  28. Apr 19, 2021
  29. Apr 17, 2021
    • StableCoder's avatar
      Updated EnumValueSet for negative values · b74e66a3
      StableCoder authored
      The value of an enum has been implicitly based on a signed value.
      However no Vulkan enum value has been negative, until v175, with the
      introduction of the first one. This thus changes to support signed
      values.
      b74e66a3
  30. Apr 16, 2021
  31. Apr 07, 2021
Loading