C# Class Fusion.Pipeline.AssetTypes.UbershaderAsset.IncludeHandler

Inheritance: SharpDX.D3DCompiler.Include
ファイルを表示 Open project: demiurghg/FusionEngine

Private Properties

Property Type Description

Public Methods

Method Description
Close ( Stream stream ) : void
Dispose ( ) : void
IncludeHandler ( BuildContext buildContext ) : System
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream

Method Details

Close() public method

public Close ( Stream stream ) : void
stream Stream
return void

Dispose() public method

public Dispose ( ) : void
return void

IncludeHandler() public method

public IncludeHandler ( BuildContext buildContext ) : System
buildContext BuildContext
return System

Open() public method

public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream
type IncludeType
fileName string
parentStream Stream
return Stream