Home | History | Annotate | Download | only in windowsRuntimeInstaller

Lines Matching full:vulkan

1 This folder contains the files required for building the Windows Vulkan
4 To build the Vulkan Runtime Installer:
7 version of NSIS needed for building the Vulkan Runtime Installer
52 2. Build Vulkan-LoaderAndValidationLayers as described in ../BUILD.md.
55 lines to match the version of the Windows Vulkan Runtime you wish to
71 Vulkan Runtime Installer will be created in this folder. The name
75 Some notes on the behavior of the Windows Vulkan Runtime Installer:
79 the Vulkan runtime. When it is run on a 32-bit version of
80 Windows, it will install the 32 bit version of the Vulkan runtime.
86 o If the Vulkan Runtime is already installed on the system,
87 subsequent installs of the same version of the Vulkan Runtime
91 o The Vulkan Runtime Installer uses "counted" installs. If the
92 same version of the Vulkan Runtime is installed multiple times
93 on a system, the Vulkan Runtime must be uninstalled the same
96 o If the Vulkan Runtime is already installed on a system and a
98 then co-exist on the system. The Vulkan Runtime Installer does
99 not remove prior versions of the Vulkan Runtime when a newer
102 o The Vulkan Runtime can be uninstalled from Control Panel ->
111 o The Vulkan Runtime Installer installs the Vulkan loader as
112 C:\Windows\System32\vulkan-<version>.dll. It then runs the
117 copies it to C:\Windows\System32\vulkan-<VERSION_ABI_MAJOR>.dll.
118 For example, during the install of Vulkan Runtime version 2.0.1.1,
121 vulkan-1-1-0-2-3.dll
122 vulkan-1-2-0-1-0.dll
123 vulkan-1-2-0-1-1.dll
128 vulkan-1-2-0-1-1.dll) to vulkan-1.dll. This is repeated for
132 o The Vulkan Runtime Uninstaller returns an exit code of 0-9
143 uninstaller for the Vulkan Runtime in the Windows registry.