mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
7ffef6792f
This is the same as the color op.
20 lines
849 B
C
20 lines
849 B
C
#pragma once
|
|
|
|
#include "gskgputypesprivate.h"
|
|
#include "gsktypes.h"
|
|
|
|
#include <graphene.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_gpu_rounded_color_op (GskGpuFrame *frame,
|
|
GskGpuShaderClip clip,
|
|
GskGpuColorStates color_states,
|
|
const GskRoundedRect *outline,
|
|
const graphene_point_t *offset,
|
|
const float color[4]);
|
|
|
|
|
|
G_END_DECLS
|
|
|