Struct CLKernel
Assembly: OpenTK.Compute.dll
Syntax
public readonly struct CLKernel : IEquatable<CLKernel>
Constructors
CLKernel(IntPtr)
Declaration
public CLKernel(IntPtr handle)
Parameters
Type |
Name |
Description |
IntPtr |
handle |
|
Fields
Handle
Declaration
public readonly IntPtr Handle
Field Value
Methods
Equals(CLKernel)
Declaration
public bool Equals(CLKernel other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
operator ==(CLKernel, CLKernel)
Declaration
public static bool operator ==(CLKernel left, CLKernel right)
Parameters
Returns
implicit operator IntPtr(CLKernel)
Declaration
public static implicit operator IntPtr(CLKernel kernel)
Parameters
Returns
operator !=(CLKernel, CLKernel)
Declaration
public static bool operator !=(CLKernel left, CLKernel right)
Parameters
Returns
Implements