Class ProgramSource
Open CL kernel program source code
public class ProgramSource : UnmanagedObject, IDisposable
- Inheritance
-
ProgramSource
- Implements
- Inherited Members
Constructors
ProgramSource(string)
Create OpenCL program source code
public ProgramSource(string source)
Parameters
source
stringThe source code
Properties
Source
Get the source code as String
public string Source { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()