Lines Matching refs:DeviceWrapper
268 // InstWrapper & DeviceWrapper - used to make creating instances & devices easier when writing tests
314 struct DeviceWrapper {
315 DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks = nullptr) noexcept;
316 DeviceWrapper(VulkanFunctions& functions, VkDevice device, VkAllocationCallbacks* callbacks = nullptr) noexcept;
317 ~DeviceWrapper() noexcept;
320 DeviceWrapper(DeviceWrapper const&) = delete;
321 DeviceWrapper& operator=(DeviceWrapper const&) = delete;
322 DeviceWrapper(DeviceWrapper&&) noexcept;
323 DeviceWrapper& operator=(DeviceWrapper&&) noexcept;