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

Inheritance: BoundType
Show file Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
BoundStructType ( StructSymbol structSymbol, ImmutableArray variables ) : System.Collections.Immutable

Method Details

BoundStructType() public method

public BoundStructType ( StructSymbol structSymbol, ImmutableArray variables ) : System.Collections.Immutable
structSymbol ShaderTools.Hlsl.Symbols.StructSymbol
variables ImmutableArray
return System.Collections.Immutable