Fixed issue 1119: "[Compute] 'CL.GetPlatformIDs' missing 's'".
This commit is contained in:
parent
014fc031b7
commit
ecb70f9fd3
1 changed files with 12 additions and 12 deletions
|
@ -8203,14 +8203,14 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
unsafe int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, IntPtr* devices, Int32* num_devices)
|
||||
unsafe int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, IntPtr* devices, Int32* num_devices)
|
||||
{
|
||||
return Delegates.clGetDeviceIDs((IntPtr)platform, (DeviceTypeFlags)device_type, (uint)num_entries, (IntPtr*)devices, (uint*)num_devices);
|
||||
}
|
||||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, IntPtr[] devices, Int32[] num_devices)
|
||||
int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, IntPtr[] devices, Int32[] num_devices)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -8224,7 +8224,7 @@ namespace OpenTK.Compute.CL10
|
|||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, ref IntPtr devices, ref Int32 num_devices)
|
||||
int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, Int32 num_entries, ref IntPtr devices, ref Int32 num_devices)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -8239,7 +8239,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
unsafe int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, IntPtr* devices, uint* num_devices)
|
||||
unsafe int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, IntPtr* devices, uint* num_devices)
|
||||
{
|
||||
return Delegates.clGetDeviceIDs((IntPtr)platform, (DeviceTypeFlags)device_type, (uint)num_entries, (IntPtr*)devices, (uint*)num_devices);
|
||||
}
|
||||
|
@ -8247,7 +8247,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, IntPtr[] devices, uint[] num_devices)
|
||||
int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, IntPtr[] devices, uint[] num_devices)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -8262,7 +8262,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetDeviceIDs")]
|
||||
public static
|
||||
int GetDeviceID(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, ref IntPtr devices, ref uint num_devices)
|
||||
int GetDeviceIDs(IntPtr platform, DeviceTypeFlags device_type, uint num_entries, ref IntPtr devices, ref uint num_devices)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -10293,14 +10293,14 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
unsafe int GetPlatformID(Int32 num_entries, IntPtr* platforms, Int32* num_platforms)
|
||||
unsafe int GetPlatformIDs(Int32 num_entries, IntPtr* platforms, Int32* num_platforms)
|
||||
{
|
||||
return Delegates.clGetPlatformIDs((uint)num_entries, (IntPtr*)platforms, (uint*)num_platforms);
|
||||
}
|
||||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
int GetPlatformID(Int32 num_entries, IntPtr[] platforms, Int32[] num_platforms)
|
||||
int GetPlatformIDs(Int32 num_entries, IntPtr[] platforms, Int32[] num_platforms)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -10314,7 +10314,7 @@ namespace OpenTK.Compute.CL10
|
|||
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
int GetPlatformID(Int32 num_entries, ref IntPtr platforms, ref Int32 num_platforms)
|
||||
int GetPlatformIDs(Int32 num_entries, ref IntPtr platforms, ref Int32 num_platforms)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -10329,7 +10329,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
unsafe int GetPlatformID(uint num_entries, IntPtr* platforms, uint* num_platforms)
|
||||
unsafe int GetPlatformIDs(uint num_entries, IntPtr* platforms, uint* num_platforms)
|
||||
{
|
||||
return Delegates.clGetPlatformIDs((uint)num_entries, (IntPtr*)platforms, (uint*)num_platforms);
|
||||
}
|
||||
|
@ -10337,7 +10337,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
int GetPlatformID(uint num_entries, IntPtr[] platforms, uint[] num_platforms)
|
||||
int GetPlatformIDs(uint num_entries, IntPtr[] platforms, uint[] num_platforms)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
@ -10352,7 +10352,7 @@ namespace OpenTK.Compute.CL10
|
|||
[System.CLSCompliant(false)]
|
||||
[AutoGenerated(Category = "1.0", Version = "1.0", EntryPoint = "clGetPlatformIDs")]
|
||||
public static
|
||||
int GetPlatformID(uint num_entries, ref IntPtr platforms, ref uint num_platforms)
|
||||
int GetPlatformIDs(uint num_entries, ref IntPtr platforms, ref uint num_platforms)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue