• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2.Valid Usage (Implicit)
3****
4* [[VUID-vkGetPipelineCacheData-device-parameter]] pname:device must: be a valid sname:VkDevice handle
5* [[VUID-vkGetPipelineCacheData-pipelineCache-parameter]] pname:pipelineCache must: be a valid sname:VkPipelineCache handle
6* [[VUID-vkGetPipelineCacheData-pDataSize-parameter]] pname:pDataSize must: be a valid pointer to a basetype:size_t value
7* [[VUID-vkGetPipelineCacheData-pData-parameter]] If the value referenced by pname:pDataSize is not `0`, and pname:pData is not `NULL`, pname:pData must: be a valid pointer to an array of pname:pDataSize bytes
8* [[VUID-vkGetPipelineCacheData-pipelineCache-parent]] pname:pipelineCache must: have been created, allocated, or retrieved from pname:device
9****
10
11.Return Codes
12****
13ifndef::doctype-manpage[]
14<<fundamentals-successcodes,Success>>::
15endif::doctype-manpage[]
16ifdef::doctype-manpage[]
17On success, this command returns::
18endif::doctype-manpage[]
19* ename:VK_SUCCESS
20* ename:VK_INCOMPLETE
21ifndef::doctype-manpage[]
22<<fundamentals-errorcodes,Failure>>::
23endif::doctype-manpage[]
24ifdef::doctype-manpage[]
25On failure, this command returns::
26endif::doctype-manpage[]
27* ename:VK_ERROR_OUT_OF_HOST_MEMORY
28* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
29****
30
31