mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
5cf3c70db0
For now, we only have OVER and ADD blend modes. This commit doesn't use ADD, it just sets up all the machinery and refactors things.
13 lines
302 B
C
13 lines
302 B
C
#pragma once
|
|
|
|
#include "gskgputypesprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_gpu_blend_op (GskGpuFrame *frame,
|
|
GskGpuBlend blend);
|
|
|
|
|
|
G_END_DECLS
|
|
|