Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OpenCl
DotNetCore
Memory
Image
C# Class OpenCl.DotNetCore.Memory.Image
Represents an OpenCL image.
Inheritance:
OpenCl.DotNetCore.Memory.MemoryObject
Show file
Open project: swap-dev/SwapReferenceMiner
Public Methods
Method
Description
Image
(
IntPtr
handle
) :
System
Initializes a new
Image
instance.
Method Details
Image()
public
method
Initializes a new
Image
instance.
public
Image
(
IntPtr
handle
) :
System
handle
IntPtr
The handle to the OpenCL image.
return
System