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

Function AccessQualifierString

SPIRV/doc.cpp:747–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747const char* AccessQualifierString(int attr)
748{
749 switch (attr) {
750 case 0: return "ReadOnly";
751 case 1: return "WriteOnly";
752 case 2: return "ReadWrite";
753
754 default: return "Bad";
755 }
756}
757
758const int SelectControlCeiling = 2;
759

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected