mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
[vulkan] Fix a function doc typo
This commit is contained in:
parent
ad5415a860
commit
6eed89151c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ size_t QFV_GetImageSize (struct qfv_device_s *device, VkImage image);
|
|||
* \param mips The total number of mip levels of the processed image.
|
||||
* \param width The pixel width of the base image.
|
||||
* \param height The pixel height of the base image.
|
||||
* \param layers The number of array layers in the mbase image.
|
||||
* \param layers The number of array layers in the base image.
|
||||
*
|
||||
* \note The processed image will be in "shader read only optimal" layout on
|
||||
* completion.
|
||||
|
|
Loading…
Reference in a new issue