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

Function SamplerFilterModeString

SPIRV/doc.cpp:540–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540const char* SamplerFilterModeString(int mode)
541{
542 switch (mode) {
543 case 0: return "Nearest";
544 case 1: return "Linear";
545
546 default: return "Bad";
547 }
548}
549
550const char* ImageFormatString(int format)
551{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected