Home | History | Annotate | Download | only in layers

Lines Matching refs:CmdBindVertexBuffers

1987 VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount,
2005 ->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets);
3943 if (!strcmp(name, "CmdBindVertexBuffers"))
3944 return (PFN_vkVoidFunction)CmdBindVertexBuffers;