summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-user-type-hint.h
blob: be07fb1ea0ebf04d14a7bae04a7f71138560dcd4 (plain)
1
2
3
4
5
6
7
#pragma once

namespace Slang
{
struct IRModule;
void addUserTypeHintDecorations(IRModule* module);
} // namespace Slang