]> O.S.I.I.S - jp/vkvg.git/commitdiff
Docs fixes
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Tue, 1 Feb 2022 10:11:52 +0000 (10:11 +0000)
committerj-p <jp_bruyere@hotmail.com>
Tue, 1 Feb 2022 11:35:19 +0000 (12:35 +0100)
include/vkvg.h

index 06539e8d966125ee5a14b4919a61207a95f297bb..98b0161c71e8143af0acbc59ee016d8db979fa44 100644 (file)
@@ -676,8 +676,6 @@ vkvg_public
 VkvgSurface vkvg_surface_create_from_image (VkvgDevice dev, const char* filePath);
 /**
  * @brief Create a new vkvg surface using an existing vulkan texture as backend.
- *
- * Create a new vkvg surface that will used an existing vulkan texture as backend.
  * @param dev The vkvg device used for creating the surface.
  * @param vkhImg The VkhImage to use as the backend texture for drawing operations.
  * @return A new surface, or null if an error occured.
@@ -686,7 +684,7 @@ vkvg_public
 VkvgSurface vkvg_surface_create_for_VkhImage (VkvgDevice dev, void* vkhImg);
 // VkvgSurface vkvg_surface_create_from_bitmap (VkvgDevice dev, unsigned char* img, uint32_t width, uint32_t height);
 /**
- * @brief Increment reference count on the surface by one
+ * @brief Increment reference count on the surface by one.
  * @param The vkvg surface to increment the reference count for.
  * @return ?
  */