MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~TextureVk

Method ~TextureVk

Revive/TextureVk.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28TextureVk::~TextureVk()
29{
30 vkFreeMemory(m_device, m_memory, nullptr);
31 vkDestroyImage(m_device, m_image, nullptr);
32 if (m_CmdPool)
33 vkDestroyCommandPool(m_device, m_CmdPool, nullptr);
34}
35
36void TextureVk::ToVRTexture(vr::Texture_t& texture)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected