Example #1
0
func (prg Program) U1i(ctx gl.Context, dst gl.Uniform, v int) {
	ctx.Uniform1i(dst, v)
}