forked from AuroraMiddleware/gtk
vulkancontext: fix typos in documentation
This commit is contained in:
parent
55faaf1aa1
commit
e0833e492c
@ -711,7 +711,7 @@ gdk_vulkan_context_get_image (GdkVulkanContext *context,
|
||||
*
|
||||
* Gets the index of the image that is currently being drawn.
|
||||
*
|
||||
* This function can only be used between gdk_cairo_context_begin_frame() and
|
||||
* This function can only be used between gdk_draw_context_begin_frame() and
|
||||
* gdk_draw_context_end_frame() calls.
|
||||
*
|
||||
* Returns: the index of the images that is being drawn
|
||||
@ -734,7 +734,7 @@ gdk_vulkan_context_get_draw_index (GdkVulkanContext *context)
|
||||
* Gets the Vulkan semaphore that protects access to the image that is
|
||||
* currently being drawn.
|
||||
*
|
||||
* This function can only be used between gdk_cairo_context_begin_frame() and
|
||||
* This function can only be used between gdk_draw_context_begin_frame() and
|
||||
* gdk_draw_context_end_frame() calls.
|
||||
*
|
||||
* Returns: (transfer none): the VkSemaphore
|
||||
|
Loading…
Reference in New Issue
Block a user