mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
15 lines
660 B
C
15 lines
660 B
C
|
#pragma once
|
||
|
|
||
|
#include "gskgputypesprivate.h"
|
||
|
#include "gsktypes.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_gpu_node_processor_process (GskGpuFrame *frame,
|
||
|
GskGpuImage *target,
|
||
|
const cairo_rectangle_int_t *clip,
|
||
|
GskRenderNode *node,
|
||
|
const graphene_rect_t *viewport);
|
||
|
|
||
|
G_END_DECLS
|