MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / LinkageTypeString

Function LinkageTypeString

SPIRV/doc.cpp:721–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721const char* LinkageTypeString(int type)
722{
723 switch (type) {
724 case 0: return "Export";
725 case 1: return "Import";
726
727 default: return "Bad";
728 }
729}
730
731const char* FuncParamAttrString(int attr)
732{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected