[ CCode ( has_construct_function = false ) ]
public GLShader.from_bytes (Bytes sourcecode)
Creates a `GskGLShader` that will render pixels using the specified code.
GTK's new Vulkan-focused rendering does not support this feature. Use [GtkGLArea](../gtk4/class.GLArea.html) for OpenGL rendering.
| sourcecode |
GLSL sourcecode for the shader, as a `GBytes` |
|
A new `GskGLShader` |