summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-cpp.h')
-rw-r--r--source/slang/slang-emit-cpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-emit-cpp.h b/source/slang/slang-emit-cpp.h
index 6199c33f2..c5b9f3d9c 100644
--- a/source/slang/slang-emit-cpp.h
+++ b/source/slang/slang-emit-cpp.h
@@ -133,6 +133,7 @@ protected:
void _emitWitnessTableDefinitions();
/// Maybe emits 'export' (such that visible outside binary/dll) and `extern "C"` naming
+ void _getExportStyle(IRInst* inst, bool& outIsExport, bool& outIsExternC);
void _maybeEmitExportLike(IRInst* inst);
HLSLIntrinsic* _addIntrinsic(HLSLIntrinsic::Op op, IRType* returnType, IRType*const* argTypes, Index argTypeCount);