GLShader.from_bytes
Description:
Creates a `GskGLShader` that will render pixels using the specified code.
Parameters:
sourcecode |
GLSL sourcecode for the shader, as a `GBytes` |
Returns:
A new `GskGLShader` |
Creates a `GskGLShader` that will render pixels using the specified code.
sourcecode |
GLSL sourcecode for the shader, as a `GBytes` |
A new `GskGLShader` |