Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edbf80b + 3336eb1 commit 6adb52dCopy full SHA for 6adb52d
1 file changed
en/04_Vertex_buffers/02_Staging_buffer.md
@@ -24,7 +24,7 @@ specifically for transfer operations. It will require you to make the following
24
modifications to your program:
25
26
* Modify `QueueFamilyIndices` and `findQueueFamilies` to explicitly look for a
27
-queue family with the `VK_QUEUE_TRANSFER` bit, but not the
+queue family with the `VK_QUEUE_TRANSFER_BIT` bit, but not the
28
`VK_QUEUE_GRAPHICS_BIT`.
29
* Modify `createLogicalDevice` to request a handle to the transfer queue
30
* Create a second command pool for command buffers that are submitted on the
0 commit comments