Vulkan-Docs/doc/specs/vulkan/validity/protos/vkDestroyDevice.txt

32 lines
1.4 KiB
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
ifndef::doctype-manpage[]
.Valid Usage
********************************************************************************
endif::doctype-manpage[]
ifdef::doctype-manpage[]
Valid Usage
-----------
endif::doctype-manpage[]
* If pname:device is not `NULL`, pname:device must: be a valid sname:VkDevice handle
* If pname:pAllocator is not `NULL`, pname:pAllocator must: be a pointer to a valid sname:VkAllocationCallbacks structure
* All child objects created on pname:device must: have been destroyed prior to destroying pname:device
* If sname:VkAllocationCallbacks were provided when pname:device was created, a compatible set of callbacks must: be provided here
* If no sname:VkAllocationCallbacks were provided when pname:device was created, pname:pAllocator must: be `NULL`
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]
ifndef::doctype-manpage[]
.Host Synchronization
********************************************************************************
endif::doctype-manpage[]
ifdef::doctype-manpage[]
Host Synchronization
--------------------
endif::doctype-manpage[]
* Host access to pname:device must: be externally synchronized
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]