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

Method get_function

src/device/vulkan/vulkan_function.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
176}
177
178std::shared_ptr<vulkan_encoder> vulkan_function::create_encoder(const device_queue& cqueue,
179 const vulkan_command_buffer* cmd_buffer_,

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected