Package org.lwjgl.vulkan
Class LUNARGDirectDriverLoading
java.lang.Object
org.lwjgl.vulkan.LUNARGDirectDriverLoading
This extension provides a mechanism for applications to add drivers to the implementation. This allows drivers to be included with an application without requiring installation and is capable of being used in any execution environment, such as a process running with elevated privileges.
- Name String
VK_LUNARG_direct_driver_loading- Extension Type
- Instance extension
- Registered Extension Number
- 460
- Revision
- 1
- Contact
- Charles Giessen charles-lunarg
- Extension Proposal
- VK_LUNARG_direct_driver_loading
Other Extension Metadata
- Last Modified Date
- 2022-11-29
- Contributors
- Charles Giessen, LunarG
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intVkDirectDriverLoadingModeLUNARG - Specify loader behavior of added driversstatic final intVkDirectDriverLoadingModeLUNARG - Specify loader behavior of added driversstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSION
public static final int VK_LUNARG_DIRECT_DRIVER_LOADING_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_LUNARG_DIRECT_DRIVER_LOADING_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARG
public static final int VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARGExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_LIST_LUNARG
public static final int VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_LIST_LUNARGExtendsVkStructureType.Enum values:
- See Also:
-
VK_DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARG
public static final int VK_DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARGVkDirectDriverLoadingModeLUNARG - Specify loader behavior of added driversDescription
DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARGspecifies that the provided drivers are used instead of the system-loaded drivers.DIRECT_DRIVER_LOADING_MODE_INCLUSIVE_LUNARGspecifies that the provided drivers are used in addition to the system-loaded drivers.
See Also
- See Also:
-
VK_DIRECT_DRIVER_LOADING_MODE_INCLUSIVE_LUNARG
public static final int VK_DIRECT_DRIVER_LOADING_MODE_INCLUSIVE_LUNARGVkDirectDriverLoadingModeLUNARG - Specify loader behavior of added driversDescription
DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARGspecifies that the provided drivers are used instead of the system-loaded drivers.DIRECT_DRIVER_LOADING_MODE_INCLUSIVE_LUNARGspecifies that the provided drivers are used in addition to the system-loaded drivers.
See Also
- See Also:
-