Christophe
bc3f1e9771
layer: Add multiple VkLayerSettingsCreateInfo support
2023-09-20 19:13:47 +02:00
Juan Ramos
fefcc37fc1
Ensure consistent usage of vku in PUBLIC header files
...
closes #107
2023-09-20 08:34:34 -06:00
Christophe
dc1acf9e37
layer: Add env var prefix override for back compatibility
2023-09-19 16:36:44 +02:00
Christophe
e015dcd6b4
layer: Add CPP version of GetUnknownSettings
2023-09-14 17:10:12 +02:00
Christophe
b78ed1a5f0
layer: Add features to list unknown settings
2023-09-13 22:10:26 +02:00
Christophe
a3235b3e7f
cmake: Add a function to setup all build targets with the same strictness
2023-09-07 19:23:55 +02:00
Christophe
33e9ad7116
layer: remove VK_LAYER_SETTING_TYPE_FRAMESET_EXT
...
After VK_EXT_layer_settings spec review, this new type
was judge unnecessary because it could be express by
three uint32. However, it still remains useful for the
layer settings library to correctly interpret formated
strings that represent "framesets".
2023-08-30 12:40:40 +02:00
Christophe
d414e86858
layer: Fix API naming to follow convention
2023-08-21 15:49:04 +02:00
Christophe
87b77bc639
layer: Improve API consistency
2023-08-09 16:12:49 +02:00
Christophe
07e2779843
layer: Add string to int
2023-08-04 12:32:54 +02:00
Juan Ramos
93ceaff579
Add REUSE to CI
...
Ensures proper copyright for the repo
2023-07-25 16:11:18 -06:00
Christophe
f714feb953
Expose FindLayerSettingsCreateInfo as a layer developer API
2023-06-26 15:43:47 +02:00
Christophe
faa46b0633
layer: fix env var delimiters
2023-05-25 12:47:36 +02:00
Christophe
461d321fc7
layer: Avoid conflict with validation layer setting extension
...
- We need to use a different number and name to avoid conflict with the old extension
- Improve vlInitLayerSettings API to map GetProperties approach
- Settings may have no value
2023-05-24 22:35:24 +02:00
Christophe
24f42ab5c9
layer: add layer settings library and tests
...
The library allows loading layer setting from vk_layer_settings.txt and
VK_EXT_layer_settings vulkan extensions
2023-05-12 15:06:40 +02:00