mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
a8ff291a12
and add gsk_vulkan_shader_op_alloc() that sets it properly.
17 lines
761 B
C
17 lines
761 B
C
#pragma once
|
|
|
|
#include "gskvulkanopprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_vulkan_border_op (GskVulkanRender *render,
|
|
GskVulkanShaderClip clip,
|
|
const GskRoundedRect *outline,
|
|
const graphene_point_t *offset,
|
|
const float widths[4],
|
|
const GdkRGBA colors[4]);
|
|
|
|
|
|
G_END_DECLS
|
|
|