mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
a1c5a806b3
The conversion was done by guard2one.
15 lines
228 B
C
15 lines
228 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
#include <pango/pango.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_ensure_resources (void);
|
|
|
|
typedef struct _GskVulkanRender GskVulkanRender;
|
|
typedef struct _GskVulkanRenderPass GskVulkanRenderPass;
|
|
|
|
G_END_DECLS
|
|
|