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
profilea #GstGLSLProfile
stra GLSL shader string

Returns