Method

GskGLShaderget_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

Type: GBytes

The source code for the shader.

The returned data is owned by the instance.