C# Class Spark.Emit.HLSL.ArrayTypeBaseHLSL

Inheritance: RealTypeHLSL, IArrayTypeHLSL
Show file Open project: spark-shading-language/spark

Private Properties

Property Type Description

Public Methods

Method Description
ArrayTypeBaseHLSL ( RealTypeHLSL elementType, EmitValHLSL elementCount ) : System
DeclareVar ( string name, string suffix ) : string

Method Details

ArrayTypeBaseHLSL() public method

public ArrayTypeBaseHLSL ( RealTypeHLSL elementType, EmitValHLSL elementCount ) : System
elementType RealTypeHLSL
elementCount EmitValHLSL
return System

DeclareVar() public method

public DeclareVar ( string name, string suffix ) : string
name string
suffix string
return string