Lines Matching refs:vkCmdBindVertexBuffers2
2367 void vkCmdBindVertexBuffers2( VkCommandBuffer commandBuffer,
2375 return ::vkCmdBindVertexBuffers2( commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides );
16608 PFN_vkCmdBindVertexBuffers2 vkCmdBindVertexBuffers2 = 0;
17813 vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetInstanceProcAddr( instance, "vkCmdBindVertexBuffers2" ) );
18499 if ( !vkCmdBindVertexBuffers2 )
18500 vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT;
19111 vkCmdBindVertexBuffers2 = PFN_vkCmdBindVertexBuffers2( vkGetDeviceProcAddr( device, "vkCmdBindVertexBuffers2" ) );
19573 if ( !vkCmdBindVertexBuffers2 )
19574 vkCmdBindVertexBuffers2 = vkCmdBindVertexBuffers2EXT;