Function VkLoadDeviceTable#

Function Documentation#

void VkLoadDeviceTable(VkDeviceTable &table, VkDevice device)#

Load function pointers using application-created VkDevice into a table. Application should use function pointers from that table instead of using global function pointers.

Parameters:
  • table – Table where to store loaded functions into.

  • device – Device from which function pointers should be loaded.