vk/0.130: Stub vkCmdExecuteCommands()

This commit is contained in:
Chad Versace
2015-07-07 15:51:55 -07:00
parent 85c0d69be9
commit dff32238c7
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -3746,6 +3746,14 @@ void anv_CmdEndRenderPass(
.CommandStreamerStallEnable = true);
}
void anv_CmdExecuteCommands(
VkCmdBuffer cmdBuffer,
uint32_t cmdBuffersCount,
const VkCmdBuffer* pCmdBuffers)
{
stub();
}
void vkCmdDbgMarkerBegin(
VkCmdBuffer cmdBuffer,
const char* pMarker)