mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 11:20:09 +00:00
c598fa9147
This removes the last old user of offscreens, so those functions are now gone, too.
17 lines
875 B
C
17 lines
875 B
C
#pragma once
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_vulkan_blur_op (GskVulkanRenderPass *render_pass,
|
|
const char *clip_type,
|
|
GskVulkanImage *image,
|
|
const graphene_rect_t *rect,
|
|
const graphene_point_t *offset,
|
|
const graphene_rect_t *tex_rect,
|
|
float radius);
|
|
|
|
G_END_DECLS
|
|
|