mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 03:13:52 +00:00
VK: Fix default non-external texture state. (#3635)
This commit is contained in:
committed by
GitHub
parent
6f72fda08b
commit
42b52a7a51
@@ -6814,6 +6814,10 @@ retry:
|
||||
s_renderVK->recycleMemory(stagingBuffer.m_deviceMem);
|
||||
}
|
||||
}
|
||||
else if (0 == _external)
|
||||
{
|
||||
setState(_commandBuffer, m_sampledLayout);
|
||||
}
|
||||
|
||||
bx::free(g_allocator, bufferCopyInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user