C# Class Brahma.OpenCL.ComputeProvider

Inheritance: Brahma.ComputeProvider
Afficher le fichier Open project: gsvgit/Brahma.FSharp Class Usage Examples

Private Properties

Свойство Type Description
WildcardToRegex string

Méthodes publiques

Méthode Description
CloseAllBuffers ( ) : void
ComputeProvider ( ) : System
Create ( string platformName = "*", DeviceType deviceType = DeviceType.Default ) : ComputeProvider
Dispose ( ) : void
SetCompileOptions ( CompileOptions options ) : void
ToString ( ) : string

Private Methods

Méthode Description
WildcardToRegex ( string pattern ) : string

Method Details

CloseAllBuffers() public méthode

public CloseAllBuffers ( ) : void
Résultat void

ComputeProvider() public méthode

public ComputeProvider ( ) : System
Résultat System

Create() public static méthode

public static Create ( string platformName = "*", DeviceType deviceType = DeviceType.Default ) : ComputeProvider
platformName string
deviceType DeviceType
Résultat ComputeProvider

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SetCompileOptions() public méthode

public SetCompileOptions ( CompileOptions options ) : void
options CompileOptions
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string