gtk/gsk/vulkan/gskvulkanblendmodeopprivate.h
2023-07-16 12:12:36 +02:00

22 lines
1.3 KiB
C

#pragma once
#include "gskvulkanopprivate.h"
G_BEGIN_DECLS
void gsk_vulkan_blend_mode_op (GskVulkanRenderPass *render_pass,
const char *clip_type,
const graphene_rect_t *bounds,
const graphene_point_t *offset,
GskBlendMode blend_mode,
GskVulkanImage *top_image,
const graphene_rect_t *top_rect,
const graphene_rect_t *top_tex_rect,
GskVulkanImage *bottom_image,
const graphene_rect_t *bottom_rect,
const graphene_rect_t *bottom_tex_rect);
G_END_DECLS