summaryrefslogtreecommitdiff
path: root/gsk/vulkan/gskvulkantextpipelineprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/vulkan/gskvulkantextpipelineprivate.h')
-rw-r--r--gsk/vulkan/gskvulkantextpipelineprivate.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/gsk/vulkan/gskvulkantextpipelineprivate.h b/gsk/vulkan/gskvulkantextpipelineprivate.h
index 59d0a2da45..eddd572f68 100644
--- a/gsk/vulkan/gskvulkantextpipelineprivate.h
+++ b/gsk/vulkan/gskvulkantextpipelineprivate.h
@@ -21,21 +21,21 @@ GskVulkanPipeline * gsk_vulkan_text_pipeline_new (GdkVulka
gsize gsk_vulkan_text_pipeline_count_vertex_data (GskVulkanTextPipeline *pipeline,
int num_instances);
void gsk_vulkan_text_pipeline_collect_vertex_data (GskVulkanTextPipeline *pipeline,
- guchar *data,
- GskVulkanRenderer *renderer,
- const graphene_rect_t *rect,
- PangoFont *font,
- guint total_glyphs,
- const PangoGlyphInfo *glyphs,
- const GdkRGBA *color,
- const graphene_point_t *offset,
- guint start_glyph,
- guint num_glyphs,
- float scale);
+ guchar *data,
+ GskVulkanRenderer *renderer,
+ const graphene_rect_t *rect,
+ PangoFont *font,
+ guint total_glyphs,
+ const PangoGlyphInfo *glyphs,
+ const GdkRGBA *color,
+ const graphene_point_t *offset,
+ guint start_glyph,
+ guint num_glyphs,
+ float scale);
gsize gsk_vulkan_text_pipeline_draw (GskVulkanTextPipeline *pipeline,
- VkCommandBuffer command_buffer,
- gsize offset,
- gsize n_commands);
+ VkCommandBuffer command_buffer,
+ gsize offset,
+ gsize n_commands);
G_END_DECLS