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

Function SelectControlString

SPIRV/doc.cpp:760–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758const int SelectControlCeiling = 2;
759
760const char* SelectControlString(int cont)
761{
762 switch (cont) {
763 case 0: return "Flatten";
764 case 1: return "DontFlatten";
765
766 case SelectControlCeiling:
767 default: return "Bad";
768 }
769}
770
771const int LoopControlCeiling = (int)LoopControlShift::PartialCount + 1;
772

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected