MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / error_message_unassigned_buffer_view

Function error_message_unassigned_buffer_view

src/utils/impl_task_graph.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 /// ========================
81
82 auto error_message_unassigned_buffer_view(std::string_view task_name, std::string_view attachment_name) -> std::string
83 {
84 return std::format("Detected empty TaskBufferView in attachment \"{}\" view assignment in task \"{}\"!", attachment_name, task_name);
85 }
86
87 auto error_message_unassigned_image_view(std::string_view task_name, std::string_view attachment_name) -> std::string
88 {

Callers 1

_process_th_viewsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected