Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 277 Bytes

CL

Robust cross platform opencl bindings for go

#Examples see sample/

#Compile optimisation for better performance (less overhead) compile with 4 -l flag:
go install -gcflags="-l -l -l -l" github.com/go-gl/cl/v1.2/cl
This will inline most functions in the package.