MCPcopy Create free account
hub / github.com/Nadrin/Quartz / getModulePath

Method getModulePath

src/raytrace/renderers/vulkan/shadermodule.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125QString ShaderModule::getModulePath(const QString &name)
126{
127 return QString(":/spv/%1.spv").arg(name);
128}
129
130} // Vulkan
131} // Qt3DRaytrace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected