MCPcopy Create free account
hub / github.com/a2flo/floor / complete

Method complete

compute/vulkan/vulkan_indirect_command.cpp:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void vulkan_indirect_command_pipeline::complete(const compute_device& dev) {
226 auto pipeline_entry = get_vulkan_pipeline_entry(dev);
227 if (!pipeline_entry) {
228 throw runtime_error("no pipeline entry for device " + dev.name);
229 }
230 complete_pipeline(dev, *pipeline_entry);
231}
232
233void vulkan_indirect_command_pipeline::complete() {
234 for (auto& pipeline : pipelines) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected