示例#1
0
文件: gl.go 项目: dskinner/material
func (prg Program) U1f(ctx gl.Context, dst gl.Uniform, v float32) {
	ctx.Uniform1f(dst, v)
}