gtk/testsuite/gsk/gskrendernodeattach.h
Matthias Clasen 44d977844b testsuite: Add offload tests
These tests come in two variants.

The first takes .node and .offload file, parses the node file,
and compares the resulting subsurface attachments to expected results.

The second variant takes two .node/.offload file pairs and a .diff
file, parses the node files, compares the resulting subsurface
attachments, and then diffs the nodes, comparing the resulting
area to the region in the .diff file.
2023-11-13 18:41:53 -06:00

7 lines
174 B
C

#pragma once
#include "gsk/gsk.h"
GskRenderNode * gsk_render_node_attach (const GskRenderNode *node,
GdkSurface *surface);