gtk/gsk/gpu/gskgpucrossfadeopprivate.h
Benjamin Otte f6a8ba0ccb gpu: The colorstate op doesn't need a colorstates arg
It's using the same colorstate all the time: any premultiplied.

So just hardcode it.
2024-08-20 01:05:20 +02:00

21 lines
1002 B
C

#pragma once
#include "gskgpushaderopprivate.h"
#include <graphene.h>
G_BEGIN_DECLS
void gsk_gpu_cross_fade_op (GskGpuFrame *frame,
GskGpuShaderClip clip,
const graphene_rect_t *rect,
const graphene_point_t *offset,
float opacity,
float progress,
const GskGpuShaderImage *start,
const GskGpuShaderImage *end);
G_END_DECLS