mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
1b2156493b
They are no longer a thing with the new way we manage textures.
17 lines
552 B
C
17 lines
552 B
C
#pragma once
|
|
|
|
#include "gskgpushaderopprivate.h"
|
|
|
|
#include <graphene.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_gpu_texture_op (GskGpuFrame *frame,
|
|
GskGpuShaderClip clip,
|
|
const graphene_point_t *offset,
|
|
const GskGpuShaderImage *image);
|
|
|
|
|
|
G_END_DECLS
|
|
|