create_shader_program method

create_shader_program(self, shader_source)

Create a ShaderProgram object

Returns


def create_shader_program(self, shader_source):
    ...
ParameterTypeDescription
shader_sourceShaderSourceThe source code of the shader

See Also