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