Fixed typos

This commit is contained in:
Sascha Willems 2020-08-09 14:39:32 +02:00
parent 2898671f40
commit 583e61ac35
9 changed files with 10 additions and 10 deletions

View file

@ -128,7 +128,7 @@ namespace vks
/**
* Add a new attachment described by createinfo to the framebuffer's attachment list
*
* @param createinfo Structure that specifices the framebuffer to be constructed
* @param createinfo Structure that specifies the framebuffer to be constructed
*
* @return Index of the new attachment
*/

View file

@ -100,7 +100,7 @@ namespace vks
VkPipelineStageFlags srcStageMask = VK_PIPELINE_STAGE_ALL_COMMANDS_BIT,
VkPipelineStageFlags dstStageMask = VK_PIPELINE_STAGE_ALL_COMMANDS_BIT);
/** @brief Inser an image memory barrier into the command buffer */
/** @brief Insert an image memory barrier into the command buffer */
void insertImageMemoryBarrier(
VkCommandBuffer cmdbuffer,
VkImage image,