MCPcopy Create free account
hub / github.com/comaps/comaps / CreateImplForVulkan

Method CreateImplForVulkan

libs/drape/vulkan/vulkan_vertex_array_buffer_impl.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103} // namespace vulkan
104
105drape_ptr<VertexArrayBufferImpl> VertexArrayBuffer::CreateImplForVulkan(ref_ptr<GraphicsContext> context,
106 ref_ptr<VertexArrayBuffer> buffer,
107 BindingInfoArray && bindingInfo,
108 uint8_t bindingInfoCount)
109{
110 ref_ptr<dp::vulkan::VulkanBaseContext> vulkanContext = context;
111 return make_unique_dp<vulkan::VulkanVertexArrayBufferImpl>(buffer, vulkanContext->GetObjectManager(),
112 std::move(bindingInfo), bindingInfoCount);
113}
114} // namespace dp

Callers

nothing calls this directly

Calls 1

GetObjectManagerMethod · 0.80

Tested by

no test coverage detected