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

Method ShaderModule

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

Source from the content-addressed store, hash-verified

17namespace Vulkan {
18
19ShaderModule::ShaderModule(VkDevice device, const QString &filename, const QString &entryPoint)
20{
21 loadFromFile(device, filename, entryPoint);
22}
23
24ShaderModule::ShaderModule(VkDevice device, const QByteArray &bytecode, const QString &entryPoint)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected