Fixed typos
This commit is contained in:
parent
2898671f40
commit
583e61ac35
9 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue