mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
d669e3ab6a
They aren't necessary with just one queue.
16 lines
760 B
C
16 lines
760 B
C
#pragma once
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
GskVulkanImage * gsk_vulkan_offscreen_op (GskVulkanRenderPass *render_pass,
|
|
GdkVulkanContext *context,
|
|
GskVulkanRender *render,
|
|
const graphene_vec2_t *scale,
|
|
const graphene_rect_t *viewport,
|
|
GskRenderNode *node);
|
|
|
|
G_END_DECLS
|
|
|