private static extern ErrorCode clGetGLContextInfoKHR( [In] [MarshalAs(UnmanagedType.LPArray)] cl_uint[] properties, cl_gl_ContextInfo info, cl_uint size, [Out] [MarshalAs(UnmanagedType.LPArray)] Device[] devices, [Out] out cl_uint retSize);
private static extern ErrorCode clGetGLContextInfoKHR( [In][MarshalAs(UnmanagedType.LPArray)] cl_uint[] properties, cl_gl_ContextInfo info, cl_uint size, [Out][MarshalAs(UnmanagedType.LPArray)] Device[] devices, [Out] out cl_uint retSize);