diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-27 20:55:14 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-28 08:39:22 -0400 |
commit | cbf897ab22a2d7fff6d5256e072f37c1bf4997ca (patch) | |
tree | d82a6b1113b477315c56ebe70435022ddb54271d /gsk/gskprivate.h | |
parent | 85e4e0672aa960cf95d466be6d33d0536fe6ba70 (diff) | |
download | gtk+-cbf897ab22a2d7fff6d5256e072f37c1bf4997ca.tar.gz |
Add an api to get the vertex data for a render pass
Diffstat (limited to 'gsk/gskprivate.h')
-rw-r--r-- | gsk/gskprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gsk/gskprivate.h b/gsk/gskprivate.h index 8584be6960..5d9f88c942 100644 --- a/gsk/gskprivate.h +++ b/gsk/gskprivate.h @@ -10,6 +10,9 @@ void gsk_ensure_resources (void); int pango_glyph_string_num_glyphs (PangoGlyphString *glyphs); +typedef struct _GskVulkanRender GskVulkanRender; +typedef struct _GskVulkanRenderPass GskVulkanRenderPass; + G_END_DECLS #endif /* __GSK_PRIVATE_H__ */ |