Skip to content

Commit f23bbf7

Browse files
committed
Fix FAQ list rendering
Was missing line breaks
1 parent fa08fee commit f23bbf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

en/90_FAQ.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ Also ensure that your SDK version is at least 1.1.106.0 to support the `VK_LAYER
1616
== vkCreateSwapchainKHR triggers an error in SteamOverlayVulkanLayer64.dll
1717

1818
This appears to be a compatibility problem in the Steam client beta.
19-
There are a few possible workarounds: * Opt out of the Steam beta program.
20-
* Set the `DISABLE_VK_LAYER_VALVE_steam_overlay_1` environment variable to `1` * Delete the Steam overlay Vulkan layer entry in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ImplicitLayers`
19+
There are a few possible workarounds:
20+
21+
* Opt out of the Steam beta program.
22+
* Set the `DISABLE_VK_LAYER_VALVE_steam_overlay_1` environment variable to `1`
23+
* Delete the Steam overlay Vulkan layer entry in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\Vulkan\ImplicitLayers`
2124

2225
Example:
2326

0 commit comments

Comments
 (0)