Skip to content

Commit

Permalink
fix bad explanation of VkBufferUsageFlags2CreateInfoKHR::usage (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbojj authored Aug 3, 2023
1 parent 7ceac74 commit 42b2d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ include::{generated}/api/structs/VkBufferUsageFlags2CreateInfoKHR.adoc[]
* pname:pNext is `NULL` or a pointer to a structure extending this
structure.
* pname:usage is a bitmask of elink:VkBufferUsageFlagBits2KHR specifying
how a pipeline will be generated.
allowed usages of the buffer.

If this structure is included in the pname:pNext chain of a buffer creation
structure, pname:usage is used instead of the corresponding pname:usage
Expand Down

0 comments on commit 42b2d68

Please sign in to comment.