[304/906] only load RGBA files.png
This commit is contained in:
parent
c060a8896d
commit
3b8429c2df
@ -519,7 +519,7 @@ gst_gl_shader_get_attribute_location (GstGLShader * shader, const gchar *name)
|
|||||||
|
|
||||||
g_return_val_if_fail (priv->program_handle != 0, 0);
|
g_return_val_if_fail (priv->program_handle != 0, 0);
|
||||||
|
|
||||||
return glGetUniformLocationARB (priv->program_handle, name);
|
return glGetAttribLocationARB (priv->program_handle, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
GQuark
|
GQuark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user