Searched defs:instance_layer_data (Results 1 – 1 of 1) sorted by relevance
96 struct instance_layer_data { struct97 VkInstance instance = VK_NULL_HANDLE;98 debug_report_data *report_data = nullptr;99 std::vector<VkDebugReportCallbackEXT> logging_callback;100 VkLayerInstanceDispatchTable dispatch_table;102 CALL_STATE vkEnumeratePhysicalDevicesState = UNCALLED;103 uint32_t physical_devices_count = 0;104 CHECK_DISABLED disabled = {};106 unordered_map<VkPhysicalDevice, PHYSICAL_DEVICE_STATE> physical_device_map;107 unordered_map<VkSurfaceKHR, SURFACE_STATE> surface_map;[all …]