glsl: add a shader stage object GstGLSLStage
authorMatthew Waters <matthew@centricular.com>
Fri, 4 Sep 2015 04:36:47 +0000 (14:36 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:09 +0000 (19:32 +0000)
commit8c922ca96b37463cb2255195a7a1a4b1560051c1
tree824ed435f113682f0056b1128cd495a68043c8e5
parent18e205dcbb91760a5c19b66ef2c87bb628e0d683
glsl: add a shader stage object GstGLSLStage

Represents a stage (vertex, geometry, fragment, etc) in the shader
pipeline.
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gl.h
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglslstage.c [new file with mode: 0644]
gst-libs/gst/gl/gstglslstage.h [new file with mode: 0644]