mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
23 lines
1.0 KiB
C
23 lines
1.0 KiB
C
|
#pragma once
|
||
|
|
||
|
#include "gskgpushaderopprivate.h"
|
||
|
|
||
|
#include "gskrendernode.h"
|
||
|
|
||
|
#include <graphene.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_gpu_conic_gradient_op (GskGpuFrame *frame,
|
||
|
GskGpuShaderClip clip,
|
||
|
const graphene_rect_t *rect,
|
||
|
const graphene_point_t *center,
|
||
|
float angle,
|
||
|
const graphene_point_t *offset,
|
||
|
const GskColorStop *stops,
|
||
|
gsize n_stops);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|