C# Class ShaderTools.Hlsl.Binding.BoundNodes.BoundInterfaceType

Inheritance: BoundType
Exibir arquivo Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
BoundInterfaceType ( InterfaceSymbol interfaceSymbol, ImmutableArray methods ) : System.Collections.Immutable

Method Details

BoundInterfaceType() public method

public BoundInterfaceType ( InterfaceSymbol interfaceSymbol, ImmutableArray methods ) : System.Collections.Immutable
interfaceSymbol ShaderTools.Hlsl.Symbols.InterfaceSymbol
methods ImmutableArray
return System.Collections.Immutable