Example #1
0
func (prg Program) U1f(ctx gl.Context, dst gl.Uniform, v float32) {
	ctx.Uniform1f(dst, v)
}