Show / Hide Table of Contents

Struct CLSampler

Implements
IEquatable<CLSampler>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Compute.OpenCL
Assembly: OpenTK.Compute.dll
Syntax
public readonly struct CLSampler : IEquatable<CLSampler>

Constructors

CLSampler(IntPtr)

Declaration
public CLSampler(IntPtr handle)
Parameters
Type Name Description
IntPtr handle

Fields

Handle

Declaration
public readonly IntPtr Handle
Field Value
Type Description
IntPtr

Methods

Equals(CLSampler)

Declaration
public bool Equals(CLSampler other)
Parameters
Type Name Description
CLSampler other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Operators

operator ==(CLSampler, CLSampler)

Declaration
public static bool operator ==(CLSampler left, CLSampler right)
Parameters
Type Name Description
CLSampler left
CLSampler right
Returns
Type Description
bool

implicit operator IntPtr(CLSampler)

Declaration
public static implicit operator IntPtr(CLSampler sampler)
Parameters
Type Name Description
CLSampler sampler
Returns
Type Description
IntPtr

operator !=(CLSampler, CLSampler)

Declaration
public static bool operator !=(CLSampler left, CLSampler right)
Parameters
Type Name Description
CLSampler left
CLSampler right
Returns
Type Description
bool

Implements

IEquatable<T>
In This Article
Back to top Generated by DocFX