with a valid VkDevice call this function to retrieve VkDevice, VkQueue and VkCommandBuffer related functions
the functions call directly VkDevice and related resources and can be retrieved for one and only one VkDevice
calling this function again with another VkDevices will overwrite the __gshared functions retrieved previously
see module erupted.dispatch_device if multiple VkDevices will be used
with a valid VkDevice call this function to retrieve VkDevice, VkQueue and VkCommandBuffer related functions the functions call directly VkDevice and related resources and can be retrieved for one and only one VkDevice calling this function again with another VkDevices will overwrite the __gshared functions retrieved previously see module erupted.dispatch_device if multiple VkDevices will be used