status-go/vendor/github.com/Gustav-Simonsson/go-opencl/cl/kernel10.go

8 lines
112 B
Go
Raw Normal View History

2016-06-20 14:47:10 +00:00
// +build !cl12
package cl
func (k *Kernel) ArgName(index int) (string, error) {
return "", ErrUnsupported
}