Fixed typos
This commit is contained in:
parent
e1ec3b6c78
commit
3abe588157
22 changed files with 32 additions and 32 deletions
|
|
@ -134,7 +134,7 @@ public:
|
|||
|
||||
// Instead of preparing the descriptor sets up-front, using push descriptors we can set (push) them inside of a command buffer
|
||||
// This allows a more dynamic approach without the need to create descriptor sets for each model
|
||||
// Note: dstSet for each descriptor set write is left at zero as this is ignored when ushing push descriptors
|
||||
// Note: dstSet for each descriptor set write is left at zero as this is ignored when using push descriptors
|
||||
|
||||
std::array<VkWriteDescriptorSet, 3> writeDescriptorSets{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue