Searched defs:InstWrapper (Results 1 – 2 of 2) sorted by relevance
276 struct InstWrapper { struct283 InstWrapper& operator=(InstWrapper const&) = delete; argument285 InstWrapper& operator=(InstWrapper&&) noexcept; argument292 operator VkInstance() { return inst; } in VkInstance()295 …st char* func_name) { return FromVoidStarFunc(functions->vkGetInstanceProcAddr(inst, func_name)); } in load()322 DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks = nullptr) noexcept; argument
176 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept function in InstWrapper178 InstWrapper::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callba… function in InstWrapper184 InstWrapper::InstWrapper(InstWrapper&& other) noexcept { function in InstWrapper