mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
19 lines
1002 B
C
19 lines
1002 B
C
#pragma once
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_vulkan_inset_shadow_op (GskVulkanRenderPass *render_pass,
|
|
const char *clip_type,
|
|
const GskRoundedRect *outline,
|
|
const graphene_point_t *offset,
|
|
const GdkRGBA *color,
|
|
const graphene_point_t *shadow_offset,
|
|
float spread,
|
|
float blur_radius);
|
|
|
|
|
|
G_END_DECLS
|
|
|