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

Method wrap_buffer

src/device/device_context.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::shared_ptr<device_buffer> device_context::wrap_buffer(const device_queue&, vulkan_buffer&, const MEMORY_FLAG) const {
108 log_error("Vulkan buffer sharing is not supported by this backend");
109 return {};
110}
111
112std::shared_ptr<device_image> device_context::wrap_image(const device_queue&, vulkan_image&, const MEMORY_FLAG) const {
113 log_error("Vulkan image sharing is not supported by this backend");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected