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

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

Public Methods

Method Description
BoundCompoundExpression ( BoundExpression left, BoundExpression right ) : ShaderTools.Hlsl.Symbols

Method Details

BoundCompoundExpression() public method

public BoundCompoundExpression ( BoundExpression left, BoundExpression right ) : ShaderTools.Hlsl.Symbols
left BoundExpression
right BoundExpression
return ShaderTools.Hlsl.Symbols