Commit graph

19 commits

Author SHA1 Message Date
Mike Schuchardt
b89f4b8415 build: Update to header 1.3.273
- Update known-good
- Generate source
2023-12-08 11:02:28 -08:00
Mike Schuchardt
2feac58733 build: Update to header 1.3.272
- Update known-good
- Generate source
- Remove vk_layer_settings_ext.h
- Change all usage of VkLayerSettingEXT::count to use the new name
  valueCount from the public header.
2023-12-02 13:11:22 +01:00
Mike Schuchardt
1fb77ad1d4 build: Update to header 1.3.271
- Update known-good
- Generate source
2023-11-27 12:46:40 -08:00
Juan Ramos
678ce607a0 ci: Add clang-format to CI
This also removes the extra .clang-format in the include directory

closes #78
2023-11-10 14:36:43 -07:00
Mike Schuchardt
daeab89bb9 build: Update to header 1.3.270
- Update known-good
- Generate source
2023-11-10 11:10:25 -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
9e088360b5 build: Update to header 1.3.267
- Update known-good
- Generate source
2023-10-06 11:07:36 -07:00
Mike Schuchardt
57a5103a04 build: Update to header 1.3.266
- Update known-good
- Generate source
2023-09-29 10:07:18 -06:00
Mike Schuchardt
2f464cfc89 build: Update to header 1.3.264
- Update known-good
- Generate source
2023-09-11 09:14:41 -07:00
Mike Schuchardt
f75f26a0c8 build: Update to header 1.3.263
- Update known-good
- Generate source
2023-09-05 14:12:36 -07:00
Mike Schuchardt
814391e074 build: Update to header 1.3.262
- Update known-good
- Generate source
2023-08-25 12:43:40 -07:00
Juan Ramos
8ea7803544 Remove clang-tidy comments from vk_enum_string_helper.h
Not needed. They only made sense in the context of VVL.
2023-08-23 12:31:35 -06:00
Juan Ramos
02d552db0c tests: Ensure vk_enum_string_helper.h is C compatible
Added ifdef checks for backcompat

Intended to properly address these issue(s):
- https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/3233
- https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/1211
2023-08-22 15:13:44 -06:00
Mike Schuchardt
430013c64e build: Update to header 1.3.261
- Update known-good
- Generate source
2023-08-04 17:45:21 -07:00
Mike Schuchardt
a191ca0720 build: Update to header 1.3.260
- Update known-good
- Generate source
2023-08-02 15:07:01 +02:00
Juan Ramos
93ceaff579 Add REUSE to CI
Ensures proper copyright for the repo
2023-07-25 16:11:18 -06:00
Mike Schuchardt
3422e694ed build: Update to header 1.3.258
- Update known-good
- Generate source
2023-07-21 11:01:02 -06:00
spencer-lunarg
d8719df037 scripts: Add initial codegen scripts 2023-07-17 09:54:09 -06:00