gstgl.glslstage
Module for [GLSLStage] class
Types 3
classGLSLStage : gst.object.ObjectWrap
#GstGLSLStage holds and represents a single OpenGL shader stage.
Methods
GLSLStageGidBuilder builder()Get builder for [gstgl.glslstage.GLSLStage] Returns: New builder objectgstgl.glslstage.GLSLStage newWithString(gstgl.glcontext.GLContext context, uint type, gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile, string str)gstgl.glslstage.GLSLStage newWithStrings(gstgl.glcontext.GLContext context, uint type, gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile, string[] str)bool compile()uint getHandle()uint getShaderType()bool setStrings(gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile, string[] str)Replaces the current shader string with str.