Lines Matching defs:UncheckedInstance
84 class UncheckedInstance
87 UncheckedInstance ();
89 UncheckedInstance (Context& context, vk::VkInstance instance, const vk::VkAllocationCallbacks* pAllocator, std::unique_ptr<vk::DebugReportRecorder>& recorder);
91 UncheckedInstance (Context& context, vk::VkInstance instance, const vk::VkAllocationCallbacks* pAllocator);
93 UncheckedInstance (UncheckedInstance&& other);
94 ~UncheckedInstance ();
95 UncheckedInstance& operator= (UncheckedInstance&& other);
98 void swap (UncheckedInstance& other);
100 UncheckedInstance (const UncheckedInstance& other) = delete;
101 UncheckedInstance& operator= (const UncheckedInstance& other) = delete;
129 vk::VkResult createUncheckedInstance (Context& context, const vk::VkInstanceCreateInfo* instanceCreateInfo, const vk::VkAllocationCallbacks* pAllocator, UncheckedInstance* instance, bool allowLayers = true);