2023-06-24 22:56:13 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2023-07-09 18:28:12 +00:00
|
|
|
GskVulkanImage * gsk_vulkan_upload_op (GskVulkanRender *render,
|
2023-06-24 22:56:13 +00:00
|
|
|
GdkVulkanContext *context,
|
|
|
|
GdkTexture *texture);
|
|
|
|
|
|
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
|