C# Class ImageMagick.OpenCLDevice.NativeOpenCLDevice

Inheritance: ConstNativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
GetKernelProfileRecord ( IntPtr list, int index ) : IntPtr
GetKernelProfileRecords ( UIntPtr &length ) : IntPtr
SetProfileKernels ( bool value ) : void

Method Details

GetKernelProfileRecord() public static method

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

GetKernelProfileRecords() public method

public GetKernelProfileRecords ( UIntPtr &length ) : IntPtr
length System.UIntPtr
return System.IntPtr

SetProfileKernels() public method

public SetProfileKernels ( bool value ) : void
value bool
return void