gstgl.glslstage

Module for [GLSLStage] class

Types 3

#GstGLSLStage holds and represents a single OpenGL shader stage.

Methods
GType _gType() @property
GLSLStage self()Returns `this`, for use in `with` statements.
GLSLStageGidBuilder builder()Get builder for [gstgl.glslstage.GLSLStage] Returns: New builder object
bool compile()
uint getHandle()
bool setStrings(gstgl.types.GLSLVersion version_, gstgl.types.GLSLProfile profile, string[] str)Replaces the current shader string with str.
Constructors
this(void * ptr, Flag!"Take" take)
this(gstgl.glcontext.GLContext context, uint type)

Fluent builder for [gstgl.glslstage.GLSLStage]

Methods