C# Class OpenCl.DotNetCore.Memory.Pipe

Represents an OpenCL pipe.
Inheritance: OpenCl.DotNetCore.Memory.MemoryObject
显示文件 Open project: swap-dev/SwapReferenceMiner

Public Methods

Method Description
Pipe ( IntPtr handle ) : System

Initializes a new Pipe instance.

Method Details

Pipe() public method

Initializes a new Pipe instance.
public Pipe ( IntPtr handle ) : System
handle IntPtr The handle to the OpenCL pipe.
return System