mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[074/906] up
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@446 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
parent
4759f9847a
commit
607548be2d
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ gst_gl_display_loadGLSLprogram (gchar* textFProgram)
|
|||
|
||||
//Compile the shader
|
||||
FHandle = glCreateShaderObjectARB (GL_FRAGMENT_SHADER_ARB);
|
||||
glShaderSourceARB (FHandle, 1, &textFProgram, NULL);
|
||||
glShaderSourceARB (FHandle, 1, (const GLcharARB**)&textFProgram, NULL);
|
||||
glCompileShaderARB (FHandle);
|
||||
|
||||
//Print the compilation log
|
||||
|
|
Loading…
Reference in a new issue