mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 14:01:06 +00:00
Image initial states are supported now :)
This commit is contained in:
@@ -1672,8 +1672,6 @@ void WrappedVulkan::Create_InitialState(ResourceId id, WrappedVkRes *live, bool
|
||||
}
|
||||
else if(type == eResImage)
|
||||
{
|
||||
VULKANNOTIMP("image initial states not implemented");
|
||||
|
||||
ResourceId liveid = GetResourceManager()->GetLiveID(id);
|
||||
|
||||
if(m_ImageLayouts.find(liveid) == m_ImageLayouts.end())
|
||||
|
||||
Reference in New Issue
Block a user