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

Skip to content

Commit 2858f12

Browse files
authored
Merge pull request #113 from mrtrizer/master
Highlighted enabling device extensions section
2 parents 446abca + 20e8ad0 commit 2858f12

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)