Exemple #1
0
 public static unsafe IntPtr CreateContextFromType <T4>(ContextProperties *properties, DeviceTypeFlags device_type, IntPtr pfn_notify, ref T4 user_data, OpenTK.Compute.CL10.ErrorCode *errcode_ret)
     where T4 : struct
 {
     return(CreateContextFromType((IntPtr *)properties, device_type, pfn_notify, ref user_data, errcode_ret));
 }
Exemple #2
0
 public static unsafe IntPtr CreateContext(ContextProperties *properties, uint num_devices, IntPtr *devices, IntPtr pfn_notify, IntPtr user_data, OpenTK.Compute.CL10.ErrorCode *errcode_ret)
 {
     return(CreateContext((IntPtr *)properties, num_devices, devices, pfn_notify, user_data, errcode_ret));
 }
Exemple #3
0
 internal extern static unsafe IntPtr CreateContextFromType(ContextProperties *properties, DeviceTypeFlags device_type, IntPtr pfn_notify, IntPtr user_data, [Out] ErrorCode *errcode_ret);
Exemple #4
0
 internal extern static unsafe IntPtr CreateContextFromType(ContextProperties *properties, DeviceTypeFlags device_type, IntPtr pfn_notify, IntPtr user_data, [OutAttribute] OpenTK.Compute.CL10.ErrorCode *errcode_ret);
Exemple #5
0
 internal extern static unsafe IntPtr CreateContext(ContextProperties *properties, uint num_devices, IntPtr *devices, IntPtr pfn_notify, IntPtr user_data, [OutAttribute] int *errcode_ret);
Exemple #6
0
 public static unsafe IntPtr CreateContextFromType(ContextProperties *properties, DeviceTypeFlags device_type, IntPtr pfn_notify, IntPtr user_data, osuTK.Compute.CL10.ErrorCode *errcode_ret)
 {
     return(CreateContextFromType((IntPtr *)properties, device_type, pfn_notify, user_data, errcode_ret));
 }
Exemple #7
0
 public static unsafe IntPtr CreateContext <T4>(ContextProperties *properties, uint num_devices, IntPtr *devices, IntPtr pfn_notify, ref T4 user_data, osuTK.Compute.CL10.ErrorCode *errcode_ret)
     where T4 : struct
 {
     return(CreateContext((IntPtr *)properties, num_devices, devices, pfn_notify, ref user_data, errcode_ret));
 }