forked from AuroraMiddleware/gtk
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
|
GDK_AVAILABLE_IN_3_90
|
||||||
GType gdk_vulkan_context_get_type (void) G_GNUC_CONST;
|
GType gdk_vulkan_context_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
|
#ifndef __GI_SCANNER__
|
||||||
#ifdef GDK_RENDERING_VULKAN
|
#ifdef GDK_RENDERING_VULKAN
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_3_90
|
GDK_AVAILABLE_IN_3_90
|
||||||
@ -74,6 +75,7 @@ GDK_AVAILABLE_IN_3_90
|
|||||||
VkSemaphore gdk_vulkan_context_get_draw_semaphore (GdkVulkanContext *context);
|
VkSemaphore gdk_vulkan_context_get_draw_semaphore (GdkVulkanContext *context);
|
||||||
|
|
||||||
#endif /* GDK_RENDERING_VULKAN */
|
#endif /* GDK_RENDERING_VULKAN */
|
||||||
|
#endif /* __GI_SCANNER__ */
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user