MCPcopy Create free account
hub / github.com/comaps/comaps / ~VulkanTexture

Method ~VulkanTexture

libs/drape/vulkan/vulkan_texture.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50VulkanTexture::VulkanTexture(ref_ptr<VulkanTextureAllocator>) {}
51
52VulkanTexture::~VulkanTexture()
53{
54 m_objectManager->DestroyObject(m_textureObject);
55}
56
57void VulkanTexture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params, ref_ptr<void> data)
58{

Callers

nothing calls this directly

Calls 1

DestroyObjectMethod · 0.80

Tested by

no test coverage detected