public VkResult MergePipelineCaches( [FromProperty("Device")] GenDevice device, [FromProperty("this")] GenPipelineCache dstCache, [CountFor("srcCaches")] int srcCacheCount, [IsArray] GenPipelineCache *pSrcCaches) => default(VkResult);
public VkResult CreatePipelineCache( [FromProperty("this")] GenDevice device, GenPipelineCacheCreateInfo *pCreateInfo, GenAllocationCallbacks *pAllocator, [Return] GenPipelineCache *pPipelineCache) => default(VkResult);