File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,9 @@ https://vulkan.lunarg.com/doc/sdk/1.3.216.0/mac/getting_started.html[Getting Sta
170170Beginning with the 1.3.216 Vulkan SDK, the `VK_KHR_PORTABILITY_subset`
171171extension is mandatory.
172172
173- To get over this error, first add the
174- `vk::InstanceCreateFlagBits::eEnumeratePortabilityKHR` bit
173+ To get over this error, first add the `vk::InstanceCreateFlagBits::eEnumeratePortabilityKHR` bit
175174to `VkInstanceCreateInfo` struct flags, then add
176- `vk::KHRPortabilityEnumerationExtensionName`to instance enabled
175+ `vk::KHRPortabilityEnumerationExtensionName` to instance enabled
177176extension list.
178177
179178Typically, the code could be like this:
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ image::/images/swap_chain_validation_layer.png[]
505505
506506== Retrieving the swap chain images
507507The swap chain has been created now, so all that remains is retrieving the
508- handles of the `VkImage`s in it. We'll reference these during rendering
508+ handles of the `` VkImage` `s in it. We'll reference these during rendering
509509operations in later chapters.
510510
511511[,c++]
You can’t perform that action at this time.
0 commit comments