|
6 | 6 |
|
7 | 7 | # GitHub GPUOpen-Tools projects map
|
8 | 8 | GitHubMapping = {
|
9 |
| - "common-lib-amd-ADL" : "../Common/Lib/AMD/ADL", |
10 |
| - "common-lib-amd-APPSDK-3.0" : "../Common/Lib/AMD/APPSDK", |
11 |
| - "common-lib-ext-GoogleTest-1.7" : "../Common/Lib/Ext/GoogleTest", |
12 |
| - "common-lib-ext-OpenGL" : "../Common/Lib/Ext/OpenGL", |
13 |
| - "common-lib-ext-OpenGLES" : "../Common/Lib/Ext/OpenGLES", |
14 |
| - "common-lib-ext-WindowsKits" : "../Common/Lib/Ext/Windows-Kits", |
15 |
| - "common-lib-ext-Vulkan-1.0.49.0" : "../Common/Lib/Ext/Vulkan", |
16 |
| - "common-src-ADLUtil" : "../Common/Src/ADLUtil", |
17 |
| - "common-src-AMDTMutex" : "../Common/Src/AMDTMutex", |
18 |
| - "common-src-AmdDxExt" : "../Common/Src/AmdDxExt", |
19 |
| - "common-src-AmdVkExt" : "../Common/Src/AmdVkExt", |
20 |
| - "common-src-DeviceInfo" : "../Common/Src/DeviceInfo", |
21 |
| - "common-src-DynamicLibraryModule" : "../Common/Src/DynamicLibraryModule", |
22 |
| - "common-src-GPUPerfAPIUtils" : "../Common/Src/GPUPerfAPIUtils", |
23 |
| - "common-src-TSingleton" : "../Common/Src/TSingleton", |
24 |
| - "common-src-Vsprops" : "../Common/Src/Vsprops", |
| 9 | + "common-lib-amd-ADL" : ["../Common/Lib/AMD/ADL", "0f3122ba840b193ca9ebd8f050a7ddac58f3b27e"], |
| 10 | + "common-lib-amd-APPSDK-3.0" : ["../Common/Lib/AMD/APPSDK", "acb9bb08f23e5653bbe8b6021a2cf89f1c7fd26f"], |
| 11 | + "common-lib-ext-GoogleTest-1.7" : ["../Common/Lib/Ext/GoogleTest", "7ab958af33ee2d435b52d341f95aafb67e0189d0"], |
| 12 | + "common-lib-ext-OpenGL" : ["../Common/Lib/Ext/OpenGL", "6b6684bf5408da05efeb24c53f4241a003c1ac6e"], |
| 13 | + "common-lib-ext-OpenGLES" : ["../Common/Lib/Ext/OpenGLES", "758b5caeeaff90858f292adc45f8cfda0d34b000"], |
| 14 | + "common-lib-ext-WindowsKits" : ["../Common/Lib/Ext/Windows-Kits", "75d314b074e5899e1d8133e6ca253c3dca0307c9"], |
| 15 | + "common-lib-ext-Vulkan-1.0.49.0" : ["../Common/Lib/Ext/Vulkan", "2940df77aed7f794f0c6808f8a42f3dbd812457a"], |
| 16 | + "common-src-ADLUtil" : ["../Common/Src/ADLUtil", "5a54c478c06ced583ac8ad74228f3e84f90e44f6"], |
| 17 | + "common-src-AMDTMutex" : ["../Common/Src/AMDTMutex", "fb68811ed3a475cc9ab1c5d5e0482658ec679716"], |
| 18 | + "common-src-AmdDxExt" : ["../Common/Src/AmdDxExt", "1e16621535a70dc4e088aaa7975ac4b84949f9e3"], |
| 19 | + "common-src-AmdVkExt" : ["../Common/Src/AmdVkExt", "1fc64cdf8da2bd5c1e1b87a6d2ee58c6334e686b"], |
| 20 | + "common-src-DeviceInfo" : ["../Common/Src/DeviceInfo", "1d750f29ebf52ff1a70f521b31c16ad6df65e8b9"], |
| 21 | + "common-src-DynamicLibraryModule" : ["../Common/Src/DynamicLibraryModule", "4b1587a50119c0a59ce3472facbaa2af7c243fdf"], |
| 22 | + "common-src-GPUPerfAPIUtils" : ["../Common/Src/GPUPerfAPIUtils", "d10457ebd4846a84820f83a7dd3e2e11ec1be081"], |
| 23 | + "common-src-TSingleton" : ["../Common/Src/TSingleton", "2a338d5b7e649ffba0225772c521726c18b13fff"], |
| 24 | + "common-src-Vsprops" : ["../Common/Src/Vsprops", "5a434b269727ed1f36c3c31aa56a0ca06502b198"], |
25 | 25 | }
|
26 | 26 |
|
27 |
| -downloadAndInstallMappingWin = { |
| 27 | +downloadAndInstallMappingWin = { |
28 | 28 | "https://vulkan.lunarg.com/sdk/download/1.0.49.0/windows/VulkanSDK-1.0.49.0-Installer.exe" : ["../Common/Lib/Ext/Vulkan", "c:/VulkanSDK/1.0.49.0/Include", "../Common/Lib/Ext/Vulkan/1.0.49.0/SDK/Include"],
|
29 | 29 | }
|
30 | 30 |
|
31 | 31 | downloadAndInstallMappingLin = {
|
32 | 32 | "https://vulkan.lunarg.com/sdk/download/1.0.49.0/linux/Vulkansdk-linux-x86_64-1.0.49.0.run" : ["../Common/Lib/Ext/Vulkan"],
|
33 | 33 | }
|
| 34 | + |
0 commit comments