Commit graph

19 commits

Author SHA1 Message Date
Mike Schuchardt
95044b623e build: Update to header 1.4.310 2025-03-07 12:33:18 -08:00
Mike Schuchardt
fe7a09b138 build: Update to header 1.4.307 2025-01-30 16:58:56 -08:00
Mike Schuchardt
8ec84823af build: Update to header 1.4.306 2025-01-24 08:45:08 -08:00
Mike Schuchardt
5a72ae0208 build: Update to header 1.4.303 2024-12-03 09:53:15 -08:00
Mike Schuchardt
b538fb5b08 build: Update to header 1.3.302 2024-11-21 07:17:29 -08:00
Mike Schuchardt
dcb6173f74 build: Update to header 1.3.300 2024-10-25 09:05:47 -07:00
Mike Schuchardt
b541be2eae build: Update to header 1.3.299 2024-10-18 09:12:39 -07:00
spencer-lunarg
a71907b857 build: Update to header 1.3.296 2024-09-26 11:14:40 -04:00
Mike Schuchardt
7ea05992a5 build: Update to header 1.3.294 2024-08-23 12:49:35 -06:00
ziga-lunarg
67522b34ed build: Update to header 1.3.291 2024-07-19 20:56:32 +02:00
Mike Schuchardt
b6f52799ec build: Update to header 1.3.276
- Update known-good
- Generate source
2024-01-26 07:19:26 -07:00
Mike Schuchardt
524f8910d0 build: Update to header 1.3.274
- Update known-good
- Generate source
2023-12-19 10:13:57 -08:00
Mike Schuchardt
b89f4b8415 build: Update to header 1.3.273
- Update known-good
- Generate source
2023-12-08 11:02:28 -08:00
Juan Ramos
678ce607a0 ci: Add clang-format to CI
This also removes the extra .clang-format in the include directory

closes 
2023-11-10 14:36:43 -07:00
Mike Schuchardt
b7599c21a6 build: Update to header 1.3.269
- Update known-good
- Generate source
2023-10-20 14:29:22 -07:00
Charles Giessen
dcfce25b43 Remove consecutive platform defines
Generated code must macro-guard platform specific code, but did it in a
naive fashion where consecutive guards for the same platform repeated the
macro. With the help of PlatformGuardHelper, the code generation will elide
redundant macro guards.
2023-10-18 18:44:30 -06:00
Mike Schuchardt
57a5103a04 build: Update to header 1.3.266
- Update known-good
- Generate source
2023-09-29 10:07:18 -06:00
Juan Ramos
1c6d92cccf Use vku prefix for vk_dispatch_table.h interface 2023-09-13 16:49:54 -06:00
Juan Ramos
6710b67cde Ensure all header files shipped have the vk_ prefix
CI will fail now if we ship a .h / .hpp file that doesn't use
the correct prefix.

I also documented the precedent for this prefix and the existing
integration testing.
2023-09-08 12:47:09 -06:00
Renamed from include/vulkan/utility/vul_dispatch_table.h (Browse further)