Skip to content

Commit

Permalink
Try implcit layers value 1
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Nov 30, 2024
1 parent f1602b9 commit 48cb5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ($is_admin) {
New-Item -Path "HKLM:\SOFTWARE\Khronos"
New-Item -Path "HKLM:\SOFTWARE\Khronos\Vulkan"
New-Item -Path "HKLM:\SOFTWARE\Khronos\Vulkan\ImplicitLayers"
New-ItemProperty -Path "HKLM:\SOFTWARE\Khronos\Vulkan\ImplicitLayers" -Name "$pwd\VkLayer_gfxreconstruct.json" -PropertyType "DWord" -Value 0
New-ItemProperty -Path "HKLM:\SOFTWARE\Khronos\Vulkan\ImplicitLayers" -Name "$pwd\VkLayer_gfxreconstruct.json" -PropertyType "DWord" -Value 1
New-Item -Path "HKLM:\SOFTWARE\Khronos\Vulkan\Drivers"
New-ItemProperty -Path "HKLM:\SOFTWARE\Khronos\Vulkan\Drivers" -Name "$pwd\test_apps\VkICD_mock_icd.json" -PropertyType "DWord" -Value 0
} else {
Expand Down

0 comments on commit 48cb5b2

Please sign in to comment.