Type Alias HLSLParameterInput

HLSLParameterInput: {
    name: string;
    note?: string;
    type: HLSLType | Type;
}