Variable VkCommandBufferBeginInfo.pInheritanceInfo
struct VkCommandBufferBeginInfo
{
// ...
const(VkCommandBufferInheritanceInfo)* pInheritanceInfo
;
// ...
}
struct VkCommandBufferBeginInfo
{
// ...
const(VkCommandBufferInheritanceInfo)* pInheritanceInfo
;
// ...
}