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

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

Public Methods

Method Description
BoundSwitchSection ( ImmutableArray labels, ImmutableArray statements ) : System.Collections.Immutable

Method Details

BoundSwitchSection() public method

public BoundSwitchSection ( ImmutableArray labels, ImmutableArray statements ) : System.Collections.Immutable
labels ImmutableArray
statements ImmutableArray
return System.Collections.Immutable