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, @Nullable VkPipelineCache pipelineCache, int createInfoCount, VkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateExecutionGraphPipelinesAMDX(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, VkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateGraphicsPipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, VkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateRayTracingPipelinesKHR(VkDevice device, @Nullable VkDeferredOperationKHR deferredOperation, @Nullable VkPipelineCache pipelineCache, int createInfoCount, VkRayTracingPipelineCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) intDeviceCommands.vkCreateRayTracingPipelinesNV(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, VkRayTracingPipelineCreateInfoNV pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Buffer pPipelines) voidDeviceCommands.vkDestroyPipelineCache(VkDevice device, @Nullable VkPipelineCache pipelineCache, @Nullable 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)