C# Class ImageMagick.OpenCL.NativeOpenCL

Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
GetDevice ( IntPtr list, int index ) : IntPtr
GetDevices ( UIntPtr &length ) : IntPtr
SetEnabled ( bool value ) : bool

Method Details

GetDevice() public static method

public static GetDevice ( IntPtr list, int index ) : IntPtr
list System.IntPtr
index int
return System.IntPtr

GetDevices() public static method

public static GetDevices ( UIntPtr &length ) : IntPtr
length System.UIntPtr
return System.IntPtr

SetEnabled() public static method

public static SetEnabled ( bool value ) : bool
value bool
return bool