Skip to content

Commit 8a9d69f

Browse files
committed
Fix typo
1 parent 10faa5d commit 8a9d69f

File tree

1 file changed

+1
-1
lines changed
  • guide/src/initialization

1 file changed

+1
-1
lines changed

guide/src/initialization/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vulkan Physical Device
22

3-
A [Physical Device](https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDevice.html) represents a single complete implementation of Vulkan, for out intents and purposes a single GPU. (It could also be eg a software renderer like Mesa/lavapipe.) Some machines may have multiple Physical Devices available, like laptops with dual-GPUs. We need to select the one we want to use, given our constraints:
3+
A [Physical Device](https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDevice.html) represents a single complete implementation of Vulkan, for our intents and purposes a single GPU. (It could also be eg a software renderer like Mesa/lavapipe.) Some machines may have multiple Physical Devices available, like laptops with dual-GPUs. We need to select the one we want to use, given our constraints:
44

55
1. Vulkan 1.3 must be supported
66
1. Vulkan Swapchains must be supported

0 commit comments

Comments
 (0)