Commit graph

6 commits

Author SHA1 Message Date
Jeremy Gebben
0519e66f42 utils: Add custom containers from vvl 2024-04-04 10:13:47 -06:00
Jeremy Gebben
cdd0e00cff Move vk_safe_struct to VUL
This code was being generated in both Vulkan-ValidationLayers
and Vulkan-ExtensionLayer. Further uses are on the horizon so
lets stop the copypasta.

Also, add functions to manipulate extension lists and pNext chains,
since many client layers have been doing that themselves.
2024-03-28 11:11:35 -06:00
Jeremy Gebben
d90f5c7eb1 scripts: Make gn.py use check_call
Just like VVL, it was using subprocess.call(), which ignores
errors.
2024-03-26 17:59:44 -05: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
Juan Ramos
599d028f96 gn: Add stub file to ensure header only files are checked 2023-09-21 10:42:16 -06:00
Juan Ramos
75092473f3 ci: Add chromium build
closes #80
2023-09-20 22:00:48 -06:00