Searched refs:offsetList (Results 1 – 1 of 1) sorted by relevance
1309 VkDeviceSize *offsetList; in BindVertexBuffers() local1313 offsetList = aOffsetList; in BindVertexBuffers()1316 offsetList = new VkDeviceSize[1](); in BindVertexBuffers()1320 …mdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetList); in BindVertexBuffers()1324 delete[] offsetList; in BindVertexBuffers()