Пример #1
0
 public VkResult MergePipelineCaches(
     [FromProperty("Device")] GenDevice device,
     [FromProperty("this")] GenPipelineCache dstCache,
     [CountFor("srcCaches")] int srcCacheCount,
     [IsArray] GenPipelineCache *pSrcCaches)
 => default(VkResult);
Пример #2
0
 public VkResult CreatePipelineCache(
     [FromProperty("this")] GenDevice device,
     GenPipelineCacheCreateInfo *pCreateInfo,
     GenAllocationCallbacks *pAllocator,
     [Return] GenPipelineCache *pPipelineCache)
 => default(VkResult);