Updated parameter names.
This commit is contained in:
parent
99aeaab533
commit
4bbbbcbfe6
|
@ -32,7 +32,7 @@ var uMouse mgl32.Vec4
|
||||||
|
|
||||||
And finally, to make our variables available in the shader itself we use:
|
And finally, to make our variables available in the shader itself we use:
|
||||||
```
|
```
|
||||||
canvas.SetUniform(Name string, Value interface{})
|
canvas.SetUniform(name string, value interface{})
|
||||||
```
|
```
|
||||||
|
|
||||||
We create a handy function to do this:
|
We create a handy function to do this:
|
||||||
|
|
Loading…
Reference in New Issue