Provides access to the OpenCL 1.0 flat API. More...
Protected Member Functions | |
| override IntPtr | GetAddress (string funcname) |
| Not supported yet. | |
Properties | |
| override object | SyncRoot [get] |
| Returns a synchronization token unique for the GL class. | |
Provides access to the OpenCL 1.0 flat API.
Definition at line 41 of file CLHelper.cs.
| override IntPtr OpenTK.Compute.CL10.CL.GetAddress | ( | string | funcname | ) | [protected, virtual] |
Not supported yet.
| funcname | The name of the extension function. |
Use System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer to turn this function pointer into a callable delegate.
A non-zero return value does not mean that this extension function is supported. You also need to query available extensions through GetDeviceInfo.
This method will always return IntPtr.Zero for core (i.e. non-extension) functions.
Implements OpenTK.BindingsBase.
Definition at line 91 of file CLHelper.cs.
override object OpenTK.Compute.CL10.CL.SyncRoot [get, protected] |
Returns a synchronization token unique for the GL class.
Reimplemented from OpenTK.BindingsBase.
Definition at line 75 of file CLHelper.cs.
1.6.1