Show / Hide Table of Contents

Class OpenCLLibraryNameContainer

Contains the library name of OpenCL.

Inheritance
object
OpenCLLibraryNameContainer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Compute.OpenCL
Assembly: OpenTK.Compute.dll
Syntax
public class OpenCLLibraryNameContainer

Properties

Android

Declaration
public string Android { get; }
Property Value
Type Description
string

IOS

Gets the library name to use on iOS.

Declaration
public string IOS { get; }
Property Value
Type Description
string

Linux

Declaration
public string Linux { get; }
Property Value
Type Description
string

MacOS

Gets the library name to use on MacOS.

Declaration
public string MacOS { get; }
Property Value
Type Description
string

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
Type Description
string

Windows

Gets the library name to use on Windows.

Declaration
public string Windows { get; }
Property Value
Type Description
string

Methods

GetLibraryName()

Gets the library name for the target platform.

Declaration
public string GetLibraryName()
Returns
Type Description
string

Library name.

In this article
Back to top Generated by DocFX