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

Function KernelProfilingInfoString

SPIRV/doc.cpp:912–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912const char* KernelProfilingInfoString(int info)
913{
914 switch (info)
915 {
916 case 0: return "CmdExecTime";
917
918 default: return "Bad";
919 }
920}
921
922const char* CapabilityString(int info)
923{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected