From df6205fbe1cc7beae323dac2dea783d25f302327 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 2 May 2017 15:47:16 -0700 Subject: layers: Use InstanceExtensions in PV --- layers/parameter_validation_utils.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'layers/parameter_validation_utils.h') diff --git a/layers/parameter_validation_utils.h b/layers/parameter_validation_utils.h index e85531d6..62f11f2f 100644 --- a/layers/parameter_validation_utils.h +++ b/layers/parameter_validation_utils.h @@ -71,27 +71,6 @@ struct GenericHeader { // Layer name string to be logged with validation messages. const char LayerName[] = "ParameterValidation"; -// Enables for display-related instance extensions -struct instance_extension_enables { - bool surface_enabled; - bool xlib_enabled; - bool xcb_enabled; - bool wayland_enabled; - bool mir_enabled; - bool android_enabled; - bool win32_enabled; - bool display_enabled; - bool khr_get_phys_dev_properties2_enabled; - bool khx_device_group_creation_enabled; - bool khx_external_fence_capabilities_enabled; - bool khx_external_memory_capabilities_enabled; - bool khx_external_semaphore_capabilities_enabled; - bool ext_acquire_xlib_display_enabled; - bool ext_direct_mode_display_enabled; - bool ext_display_surface_counter_enabled; - bool nv_external_memory_capabilities_enabled; -}; - // String returned by string_VkStructureType for an unrecognized type. const std::string UnsupportedStructureTypeString = "Unhandled VkStructureType"; -- cgit v1.2.3