aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/Gustav-Simonsson/go-opencl/cl/kernel10.go
blob: 5799460687dd691dfe084a1bb751fb5823c6b318 (plain) (blame)
1
2
3
4
5
6
7
// +build !cl12

package cl

func (k *Kernel) ArgName(index int) (string, error) {
    return "", ErrUnsupported
}