Skip to content

Commit 02a8cd5

Browse files
committed
Update notice about Steam layer problems in swap chain chapter
1 parent 2ab002c commit 02a8cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ void cleanup() {
556556
}
557557
```
558558

559-
Now run the application to ensure that the swap chain is created successfully! If at this point you get an access violation error in `vkCreateSwapchainKHR`, then see the [FAQ entry](!FAQ) about the Steam overlay layer.
559+
Now run the application to ensure that the swap chain is created successfully! If at this point you get an access violation error in `vkCreateSwapchainKHR` or see a message like `Failed to find 'vkGetInstanceProcAddress' in layer SteamOverlayVulkanLayer.dll`, then see the [FAQ entry](!FAQ) about the Steam overlay layer.
560560

561561
Try removing the `createInfo.imageExtent = extent;` line with validation layers
562562
enabled. You'll see that one of the validation layers immediately catches the

0 commit comments

Comments
 (0)