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

Skip to content

Commit 3336eb1

Browse files
Fixed queue family bit name
1 parent e014841 commit 3336eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/04_Vertex_buffers/02_Staging_buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ specifically for transfer operations. It will require you to make the following
2424
modifications to your program:
2525

2626
* Modify `QueueFamilyIndices` and `findQueueFamilies` to explicitly look for a
27-
queue family with the `VK_QUEUE_TRANSFER` bit, but not the
27+
queue family with the `VK_QUEUE_TRANSFER_BIT` bit, but not the
2828
`VK_QUEUE_GRAPHICS_BIT`.
2929
* Modify `createLogicalDevice` to request a handle to the transfer queue
3030
* Create a second command pool for command buffers that are submitted on the

0 commit comments

Comments
 (0)