mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
[136/906] reindent gstgldisplay with gstreamer-c-mode
This commit is contained in:
parent
db7490cd72
commit
395ea4fa2a
2 changed files with 2144 additions and 2143 deletions
|
@ -970,6 +970,7 @@ gst_gl_display_thread_init_upload (GstGLDisplay *display)
|
||||||
//color space conversion is needed
|
//color space conversion is needed
|
||||||
{
|
{
|
||||||
//check if fragment shader is available, then load them
|
//check if fragment shader is available, then load them
|
||||||
|
/* shouldn't we require ARB_shading_language_100? --Filippo */
|
||||||
if (GLEW_ARB_fragment_shader)
|
if (GLEW_ARB_fragment_shader)
|
||||||
{
|
{
|
||||||
g_print ("Context %d, ARB_fragment_shader supported: yes\n", display->glutWinId);
|
g_print ("Context %d, ARB_fragment_shader supported: yes\n", display->glutWinId);
|
||||||
|
|
Loading…
Reference in a new issue