mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gdk: Skip GdkVulkanContext methods when building introspection data
We cannot use Vulkan types through introspection anyway.
This commit is contained in:
parent
6beb0b91c9
commit
b39e537e1c
@ -46,6 +46,7 @@ GQuark gdk_vulkan_error_quark (void);
|
||||
GDK_AVAILABLE_IN_3_90
|
||||
GType gdk_vulkan_context_get_type (void) G_GNUC_CONST;
|
||||
|
||||
#ifndef __GI_SCANNER__
|
||||
#ifdef GDK_RENDERING_VULKAN
|
||||
|
||||
GDK_AVAILABLE_IN_3_90
|
||||
@ -74,6 +75,7 @@ GDK_AVAILABLE_IN_3_90
|
||||
VkSemaphore gdk_vulkan_context_get_draw_semaphore (GdkVulkanContext *context);
|
||||
|
||||
#endif /* GDK_RENDERING_VULKAN */
|
||||
#endif /* __GI_SCANNER__ */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user