mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
a1c5a806b3
The conversion was done by guard2one.
15 lines
366 B
C
15 lines
366 B
C
#pragma once
|
|
|
|
#include "gdkgltexture.h"
|
|
|
|
#include "gdktextureprivate.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
GdkGLContext * gdk_gl_texture_get_context (GdkGLTexture *self);
|
|
guint gdk_gl_texture_get_id (GdkGLTexture *self);
|
|
gboolean gdk_gl_texture_has_mipmap (GdkGLTexture *self);
|
|
|
|
G_END_DECLS
|
|
|