1// Copyright 2016-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_LUNARG_direct_driver_loading.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2022-11-29 11*Contributors*:: 12 - Charles Giessen, LunarG 13 14=== Description 15 16This extension provides a mechanism for applications to add drivers to the 17implementation. 18This allows drivers to be included with an application without requiring 19installation and is capable of being used in any execution environment, such 20as a process running with elevated privileges. 21 22include::{generated}/interfaces/VK_LUNARG_direct_driver_loading.adoc[] 23 24=== Version History 25 26 * Revision 1, 2022-11-29 (Charles Giessen) 27 ** Initial version 28