1 2 3 4 5 6 7 8 9
// slang-ir-remove-unused-generic-param.h #pragma once namespace Slang { struct IRModule; bool removeUnusedGenericParam(IRModule* module); } // namespace Slang