gl_shader_pop_texture
Description:
[ Version ( deprecated = true , deprecated_since = "4.16" ) ]
public void gl_shader_pop_texture ()
public void gl_shader_pop_texture ()
Warning: gl_shader_pop_texture is deprecated since 4.16.
Removes the top element from the stack of render nodes and adds it to the nearest [class@Gsk.
Note:
GTK's new Vulkan-focused rendering does not support this feature. Use [class@Gtk.GLArea] for OpenGL rendering.
GLShaderNode] below it.
This must be called the same number of times as the number of textures is needed for the shader in [method@Gtk.Snapshot.push_gl_shader].
Parameters:
this |
a `GtkSnapshot` |