Example #1
0
func (prg Program) U2i(ctx gl.Context, dst gl.Uniform, v0, v1 int) {
	ctx.Uniform2i(dst, v0, v1)
}