Skip to content

Commit 691e9ca

Browse files
committed
Fix ktxTexture_VkUpload documentation.
Fixes #638.
1 parent b67688e commit 691e9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vkloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ ktxTexture_VkUploadEx(ktxTexture* This, ktxVulkanDeviceInfo* vdi,
13401340

13411341
/** @memberof ktxTexture
13421342
* @~English
1343-
* @brief Create a Vulkan image object from a ktxTexture1 object.
1343+
* @brief Create a Vulkan image object from a ktxTexture object.
13441344
*
13451345
* Calls ktxTexture_VkUploadEx() with the most commonly used options:
13461346
* VK_IMAGE_TILING_OPTIMAL, VK_IMAGE_USAGE_SAMPLED_BIT and

0 commit comments

Comments
 (0)