Spark.Emit.HLSL.EmitContextHLSL.EmitTypeImpl C# (CSharp) Method

EmitTypeImpl() public method

public EmitTypeImpl ( MidVoidType midType ) : ITypeHLSL
midType MidVoidType
return ITypeHLSL
        public ITypeHLSL EmitTypeImpl(MidVoidType midType)
        {
            return VoidVal.Type;
        }

Same methods

EmitContextHLSL::EmitTypeImpl ( MidBuiltinType type ) : ITypeHLSL
EmitContextHLSL::EmitTypeImpl ( MidElementType element ) : ITypeHLSL
EmitContextHLSL::EmitTypeImpl ( MidStructRef structRef ) : ITypeHLSL