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

Function MemoryString

SPIRV/doc.cpp:132–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132const char* MemoryString(int mem)
133{
134 switch (mem) {
135 case (int)MemoryModel::Simple: return "Simple";
136 case (int)MemoryModel::GLSL450: return "GLSL450";
137 case (int)MemoryModel::OpenCL: return "OpenCL";
138 case (int)MemoryModel::VulkanKHR: return "VulkanKHR";
139
140 default: return "Bad";
141 }
142}
143
144const int ExecutionModeCeiling = 40;
145

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected