aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-20 18:04:07 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-23 17:31:15 -0600
commit5fa898decb2f22b30693d89355c0e67be93288ab (patch)
tree8a05cb1bdb46f62fe4c45402c2d16d7939bb5550 /icd
parent117eaebace3e05a27265db3f5a663a73806e98e5 (diff)
downloadusermoji-5fa898decb2f22b30693d89355c0e67be93288ab.tar.xz
bug-14746: add batched submit for semaphores and command buffers
Diffstat (limited to 'icd')
-rw-r--r--icd/nulldrv/nulldrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 2f082472..3814bb0b 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -1818,8 +1818,8 @@ ICD_EXPORT VkResult VKAPI vkQueueWaitIdle(
ICD_EXPORT VkResult VKAPI vkQueueSubmit(
VkQueue queue_,
- uint32_t cmdBufferCount,
- const VkCmdBuffer* pCmdBuffers,
+ uint32_t submitCount,
+ const VkSubmitInfo* pSubmitInfo,
VkFence fence_)
{
NULLDRV_LOG_FUNC;