C# Class Fusion.Build.Processors.UbershaderProcessor.IncludeHandler

Inheritance: SharpDX.D3DCompiler.Include
Datei anzeigen Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Includes HashSet

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

Property Details

Includes public_oe property

public HashSet Includes
return HashSet