VK: Fix default non-external texture state. (#3635)

This commit is contained in:
Branimir Karadžić
2026-03-21 08:56:41 -07:00
committed by GitHub
parent 6f72fda08b
commit 42b52a7a51

View File

@@ -6814,6 +6814,10 @@ retry:
s_renderVK->recycleMemory(stagingBuffer.m_deviceMem);
}
}
else if (0 == _external)
{
setState(_commandBuffer, m_sampledLayout);
}
bx::free(g_allocator, bufferCopyInfo);