RenderFactory.CreateShaderProgram

RenderFactory.CreateShaderProgram method

Create a ShaderProgram object

public abstract ShaderProgram CreateShaderProgram(ShaderSource shaderSource)
ParameterTypeDescription
shaderSourceShaderSourceThe source code of the shader

See Also