Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20e8ad0

Browse files
authored
Highlighted enabling device extensions section
1 parent 446abca commit 20e8ad0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ as we checked in the previous chapter, implies that the swap chain extension
8080
must be supported. However, it's still good to be explicit about things, and
8181
the extension does have to be explicitly enabled.
8282

83-
Enabling the extension just requires a small change to the logical device
83+
## Enabling device extensions
84+
85+
Using a swapchain requires enabling the `VK_KHR_swapchain` extension first.
86+
Enabling the extension just requires a small change to the logical device
8487
creation structure:
8588

8689
```c++

0 commit comments

Comments
 (0)