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

EmitTypeImpl() public method

public EmitTypeImpl ( MidStructRef structRef ) : ITypeHLSL
structRef MidStructRef
return ITypeHLSL
        public ITypeHLSL EmitTypeImpl(MidStructRef structRef)
        {
            return EmitType(structRef.Decl);
        }

Same methods

EmitContextHLSL::EmitTypeImpl ( MidBuiltinType type ) : ITypeHLSL
EmitContextHLSL::EmitTypeImpl ( MidElementType element ) : ITypeHLSL
EmitContextHLSL::EmitTypeImpl ( MidVoidType midType ) : ITypeHLSL