mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
8872e1cbb0
A simple tool that runs gsk_renderer_render_texture() a few times with every renderer and prints the results.
11 lines
349 B
C
11 lines
349 B
C
|
|
#pragma once
|
|
|
|
void do_benchmark (int *argc, const char ***argv);
|
|
void do_info (int *argc, const char ***argv);
|
|
void do_show (int *argc, const char ***argv);
|
|
void do_render (int *argc, const char ***argv);
|
|
|
|
GskRenderNode *load_node_file (const char *filename);
|
|
GskRenderer *create_renderer (const char *name, GError **error);
|