| 249 | } // namespace vulkan |
| 250 | |
| 251 | void MeshObject::InitForVulkan(ref_ptr<dp::GraphicsContext> context) |
| 252 | { |
| 253 | ref_ptr<dp::vulkan::VulkanBaseContext> vulkanContext = context; |
| 254 | m_impl = make_unique_dp<vulkan::VulkanMeshObjectImpl>(vulkanContext->GetObjectManager(), make_ref(this)); |
| 255 | } |
| 256 | } // namespace dp |
nothing calls this directly
no test coverage detected