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 use loadDeviceLevelFunctions( VkDevice device ) bellow to avoid this indirection and get the pointers directly form a VkDevice

  1. void loadDeviceLevelFunctions(VkInstance instance)
    nothrow @nogc
    void
    loadDeviceLevelFunctions
    (
    VkInstance instance
    )
  2. void loadDeviceLevelFunctions(VkDevice device)

Meta