mesa/src/intel/nullhw-layer
Sviatoslav Peleshko cb99365403 intel/nullhw: Use correct macro to fix build regression
Fixes: b510ee0d ("Use vk_foreach_struct_const where needed")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6950

Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17789>
2022-08-01 10:54:38 +00:00
..
intel_nullhw.c intel/nullhw: Use correct macro to fix build regression 2022-08-01 10:54:38 +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