blob: 38290ecedd66841200abac9be35cd1e7b1393c1e [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCreateFramebuffer-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkCreateFramebuffer-pCreateInfo-parameter]] pname:pCreateInfo must: be a valid pointer to a valid sname:VkFramebufferCreateInfo structure
* [[VUID-vkCreateFramebuffer-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkCreateFramebuffer-pFramebuffer-parameter]] pname:pFramebuffer must: be a valid pointer to a sname:VkFramebuffer handle
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On failure, this command returns::
endif::doctype-manpage[]
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
****