C# 클래스 Brahma.OpenCL.ComputeProvider

상속: Brahma.ComputeProvider
파일 보기 프로젝트 열기: gsvgit/Brahma.FSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
WildcardToRegex string

공개 메소드들

메소드 설명
CloseAllBuffers ( ) : void
ComputeProvider ( ) : System
Create ( string platformName = "*", DeviceType deviceType = DeviceType.Default ) : ComputeProvider
Dispose ( ) : void
SetCompileOptions ( CompileOptions options ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
WildcardToRegex ( string pattern ) : string

메소드 상세

CloseAllBuffers() 공개 메소드

public CloseAllBuffers ( ) : void
리턴 void

ComputeProvider() 공개 메소드

public ComputeProvider ( ) : System
리턴 System

Create() 공개 정적인 메소드

public static Create ( string platformName = "*", DeviceType deviceType = DeviceType.Default ) : ComputeProvider
platformName string
deviceType DeviceType
리턴 ComputeProvider

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SetCompileOptions() 공개 메소드

public SetCompileOptions ( CompileOptions options ) : void
options CompileOptions
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string