Method SetFragmentShader
SetFragmentShader(uint, string)
Set the fragment shader of a custom pattern
Declaration
public void SetFragmentShader(uint pattern, string code)
Parameters
Type | Name | Description |
---|---|---|
uint | pattern | The custom pattern to edit |
string | code | The GLSL code of the fragment shader |