Example #1
0
 /// <summary> </summary>
 public OpenCLErrorCode GetGLContextInfoKHR(IntPtr[] properties, OpenCLGLContextInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret)
 {
     if (clGetGLContextInfoKHR == null)
     {
         throw new EntryPointNotFoundException();
     }
     return(clGetGLContextInfoKHR(properties, param_name, param_value_size, param_value, out param_value_size_ret));
 }
Example #2
0
 /// <summary> </summary>
 public OpenCLErrorCode GetGLContextInfoKHR(IntPtr[] properties, OpenCLGLContextInfo param_name, IntPtr param_value_size, IntPtr param_value, out IntPtr param_value_size_ret)
 {
     if (clGetGLContextInfoKHR == null) throw new EntryPointNotFoundException();
     return clGetGLContextInfoKHR(properties, param_name, param_value_size, param_value, out param_value_size_ret);
 }