mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
822641c161
Now they both use the same upload code.
20 lines
986 B
C
20 lines
986 B
C
#pragma once
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
GskVulkanImage * gsk_vulkan_upload_texture_op (GskVulkanRender *render,
|
|
GdkVulkanContext *context,
|
|
GdkTexture *texture);
|
|
|
|
GskVulkanImage * gsk_vulkan_upload_cairo_op (GskVulkanRender *render,
|
|
GdkVulkanContext *context,
|
|
GskRenderNode *node,
|
|
const graphene_vec2_t *scale,
|
|
const graphene_rect_t *viewport);
|
|
|
|
|
|
G_END_DECLS
|
|
|