mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 22:55:41 +00:00
Add support for VK_KHR_maintenance5
This commit is contained in:
committed by
Baldur Karlsson
parent
2b01465c79
commit
2eade4650b
@@ -1954,9 +1954,10 @@ void DoSerialise(SerialiserType &ser, VKPipe::IndexBuffer &el)
|
||||
{
|
||||
SERIALISE_MEMBER(resourceId);
|
||||
SERIALISE_MEMBER(byteOffset);
|
||||
SERIALISE_MEMBER(byteSize);
|
||||
SERIALISE_MEMBER(byteStride);
|
||||
|
||||
SIZE_CHECK(24);
|
||||
SIZE_CHECK(32);
|
||||
}
|
||||
|
||||
template <typename SerialiserType>
|
||||
@@ -1966,7 +1967,7 @@ void DoSerialise(SerialiserType &ser, VKPipe::InputAssembly &el)
|
||||
SERIALISE_MEMBER(indexBuffer);
|
||||
SERIALISE_MEMBER(topology);
|
||||
|
||||
SIZE_CHECK(40);
|
||||
SIZE_CHECK(48);
|
||||
}
|
||||
|
||||
template <typename SerialiserType>
|
||||
@@ -2295,7 +2296,7 @@ void DoSerialise(SerialiserType &ser, VKPipe::State &el)
|
||||
|
||||
SERIALISE_MEMBER(conditionalRendering);
|
||||
|
||||
SIZE_CHECK(1872);
|
||||
SIZE_CHECK(1880);
|
||||
}
|
||||
|
||||
#pragma endregion Vulkan pipeline state
|
||||
|
||||
Reference in New Issue
Block a user