gl: Include texParameterf in the GL function table
https://bugzilla.gnome.org/show_bug.cgi?id=751228
This commit is contained in:
parent
9664d1a6b1
commit
1ece34af2c
@ -178,6 +178,10 @@ GST_GL_EXT_FUNCTION (void, Viewport,
|
||||
GST_GL_EXT_FUNCTION (GLboolean, IsEnabled, (GLenum cap))
|
||||
GST_GL_EXT_FUNCTION (void, LineWidth, (GLfloat width))
|
||||
GST_GL_EXT_FUNCTION (void, PolygonOffset, (GLfloat factor, GLfloat units))
|
||||
GST_GL_EXT_FUNCTION (void, TexParameterf,
|
||||
(GLenum target,
|
||||
GLenum pname,
|
||||
GLfloat param))
|
||||
GST_GL_EXT_END ()
|
||||
|
||||
GST_GL_EXT_BEGIN (texture_3d,
|
||||
|
Loading…
x
Reference in New Issue
Block a user