EruptedLoader.loadDeviceLevelFunctions

with a valid VkInstance call this function to retrieve VkDevice, VkQueue and VkCommandBuffer related functions the functions call indirectly through the VkInstance and will be internally dispatched by the implementation

  1. void loadDeviceLevelFunctions(VkInstance instance)
    struct EruptedLoader
    static
    void
    loadDeviceLevelFunctions
    (
    VkInstance instance
    )
  2. void loadDeviceLevelFunctions(VkDevice device)

Meta