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

Inheritance: BoundType
Show file Open project: tgjones/HlslTools

Public Methods

Method Description
BoundGenericVectorType ( IntrinsicVectorTypeSymbol vectorSymbol, BoundScalarType scalarType ) : ShaderTools.Hlsl.Symbols

Method Details

BoundGenericVectorType() public method

public BoundGenericVectorType ( IntrinsicVectorTypeSymbol vectorSymbol, BoundScalarType scalarType ) : ShaderTools.Hlsl.Symbols
vectorSymbol ShaderTools.Hlsl.Symbols.IntrinsicVectorTypeSymbol
scalarType BoundScalarType
return ShaderTools.Hlsl.Symbols