mesa/src/intel/nullhw-layer
Faith Ekstrand d6248b8133 vulkan/layers: Use PUBLIC instead of VK_LAYER_EXPORT
VK_LAYER_EXPORT is going away in the next Vulkan header update.  We
already have a PUBLIC macro in util/macros.h which does the same thing.
Unlike VK_LAYER_EXPORT, it should work in Windows too.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21225>
2023-02-17 03:42:34 +00:00
..
intel_nullhw.c vulkan/layers: Use PUBLIC instead of VK_LAYER_EXPORT 2023-02-17 03:42:34 +00:00
meson.build vulkan: drop empty vulkan_wsi_args 2022-04-27 11:51:26 +00:00
README
VkLayer_INTEL_nullhw.json

A Vulkan layer to disable all rendering/compute commands.

To turn on the layer run :

VK_INSTANCE_LAYERS=VK_LAYER_INTEL_nullhw /path/to/my_vulkan_app