Method

Gsk.GLShader.get_source

Declaration [src]

GBytes*
gsk_gl_shader_get_source (
  GskGLShader* shader
)

Description [src]

Gets the GLSL sourcecode being used to render this shader.

Gets propertyGsk.GLShader:source

Return value

Returns: GBytes*

The source code for the shader

Ownership is not transferred to the caller