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

Method vulkan_function

src/device/vulkan/vulkan_function.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170vulkan_function::vulkan_function(const std::string_view function_name_, function_map_type&& functions_) :
171device_function(function_name_), functions(std::move(functions_)) {
172}
173
174typename vulkan_function::function_map_type::iterator vulkan_function::get_function(const device_queue& cqueue) const {
175 return functions.find((const vulkan_device*)&cqueue.get_device());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected