Method
GskGLShaderfind_uniform_by_name
deprecated: 4.16
Declaration [src]
int
gsk_gl_shader_find_uniform_by_name (
GskGLShader* shader,
const char* name
)
Description [src]
Looks for a uniform by the name name
, and returns the index
of the uniform, or -1 if it was not found.
Deprecated since: 4.16
GTK’s new Vulkan-focused rendering does not support this feature. Use GtkGLArea for OpenGL rendering.