Uses of Record Class
tech.icey.vk4j.handle.VkPipelineCache
Packages that use VkPipelineCache
-
Uses of VkPipelineCache in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkPipelineCacheModifier and TypeMethodDescriptionintDeviceCommands.vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, int createInfoCount, VkComputePipelineCreateInfo pCreateInfos, VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateExecutionGraphPipelinesAMDX(VkDevice device, VkPipelineCache pipelineCache, int createInfoCount, VkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, int createInfoCount, VkGraphicsPipelineCreateInfo pCreateInfos, VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateRayTracingPipelinesKHR(VkDevice device, VkDeferredOperationKHR deferredOperation, VkPipelineCache pipelineCache, int createInfoCount, VkRayTracingPipelineCreateInfoKHR pCreateInfos, VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, int createInfoCount, VkRayTracingPipelineCreateInfoNV pCreateInfos, VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) voidDeviceCommands.vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, VkAllocationCallbacks pAllocator) intDeviceCommands.vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, tech.icey.panama.buffer.PointerBuffer pDataSize, MemorySegment pData) intDeviceCommands.vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, int srcCacheCount, VkPipelineCache.Buffer pSrcCaches) -
Uses of VkPipelineCache in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkPipelineCacheModifier and TypeMethodDescriptionVkPipelineCache.Buffer.read()VkPipelineCache.Buffer.read(long index) VkPipelineCache.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkPipelineCacheModifier and TypeMethodDescriptionvoidVkPipelineCache.Buffer.write(long index, VkPipelineCache value) voidVkPipelineCache.Buffer.write(VkPipelineCache value)