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