mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fixed user level registration of vulkan layers.
Corrected a conditional that incorrectly checked for the inverse of the expected condition.
This commit is contained in:
committed by
Baldur Karlsson
parent
c700204037
commit
329b092cfb
@@ -1404,7 +1404,7 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(m_Info.flags & VulkanLayerFlags::UserRegisterable)
|
||||
if(!(m_Info.flags & VulkanLayerFlags::UserRegisterable))
|
||||
{
|
||||
if(user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user