Searched defs:DeviceWrapper (Results 1 – 2 of 2) sorted by relevance
156 struct DeviceWrapper { struct163 DeviceWrapper& operator=(DeviceWrapper const&) = delete; argument165 DeviceWrapper& operator=(DeviceWrapper&&) noexcept; argument171 operator VkDevice() { return dev; } in VkDevice()172 operator VkDevice() const { return dev; } in VkDevice()175 …const char* func_name) { return FromVoidStarFunc(functions->vkGetDeviceProcAddr(dev, func_name)); } in load()177 VulkanFunctions* functions = nullptr;178 VkDevice dev = VK_NULL_HANDLE;179 VkAllocationCallbacks* callbacks = nullptr;
98 DeviceWrapper::DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks) noexcept in DeviceWrapper() function in DeviceWrapper100 DeviceWrapper::DeviceWrapper(VulkanFunctions& functions, VkDevice device, VkAllocationCallbacks* ca… in DeviceWrapper() function in DeviceWrapper104 DeviceWrapper::DeviceWrapper(DeviceWrapper&& other) noexcept { in DeviceWrapper() function in DeviceWrapper