C# Class OpenCl.DotNetCore.Memory.Image

Represents an OpenCL image.
Inheritance: OpenCl.DotNetCore.Memory.MemoryObject
Afficher le fichier Open project: swap-dev/SwapReferenceMiner

Méthodes publiques

Méthode Description
Image ( IntPtr handle ) : System

Initializes a new Image instance.

Method Details

Image() public méthode

Initializes a new Image instance.
public Image ( IntPtr handle ) : System
handle IntPtr The handle to the OpenCL image.
Résultat System