Searched defs:InstWrapper (Results 1 – 2 of 2) sorted by relevance
121 struct InstWrapper { struct128 InstWrapper& operator=(InstWrapper const&) = delete; argument130 InstWrapper& operator=(InstWrapper&&) noexcept; argument154 std::vector<VkExtensionProperties> EnumerateDeviceExtensions(InstWrapper const& inst, VkPhysicalDev… argument
30 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept in InstWrapper() function in InstWrapper32 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callba… in InstWrapper() function in InstWrapper38 InstWrapper::InstWrapper(InstWrapper&& other) noexcept { in InstWrapper() function in InstWrapper