GLSLStage.setStrings
bool setStrings(gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile, string[] str)Replaces the current shader string with str.
Parameters
version_ | a #GstGLSLVersion |
profile | a #GstGLSLProfile |
str | a GLSL shader string |