Class OpenCLLibraryNameContainer
Inheritance
OpenCLLibraryNameContainer
Assembly: OpenTK.Compute.dll
Syntax
public class OpenCLLibraryNameContainer
Properties
Android
Declaration
public string Android { get; }
Property Value
IOS
Declaration
public string IOS { get; }
Property Value
Linux
Declaration
public string Linux { get; }
Property Value
MacOS
Declaration
public string MacOS { get; }
Property Value
OverridePath
Overrides any platform detection logic and directly searches for the OpenCL library using the provided path.
If this is null
then no override will happen.
Declaration
public static string OverridePath { get; set; }
Property Value
Windows
Declaration
public string Windows { get; }
Property Value
Methods
GetLibraryName()
Declaration
public string GetLibraryName()
Returns