Uses of Record Class
club.doki7.vulkan.handle.VkPipelineCache.Ptr
Packages that use VkPipelineCache.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkPipelineCache.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineCache.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createPipelineCache(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) intVkDeviceCommands.mergePipelineCaches(VkDevice device, VkPipelineCache dstCache, int srcCacheCount, VkPipelineCache.Ptr pSrcCaches) -
Uses of VkPipelineCache.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkPipelineCache.PtrModifier and TypeMethodDescriptionstatic VkPipelineCache.Ptrstatic VkPipelineCache.Ptrstatic VkPipelineCache.PtrVkPipelineCache.Ptr.allocate(Arena arena, @Nullable VkPipelineCache @NotNull [] values) static VkPipelineCache.PtrVkPipelineCache.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkPipelineCache> values) static VkPipelineCache.PtrVkPipelineCache.Ptr.allocateV(Arena arena, @Nullable VkPipelineCache value0, @Nullable VkPipelineCache... values) VkPipelineCache.Ptr.offset(long offset) VkPipelineCache.Ptr.reinterpret(long newSize) Assume theVkPipelineCache.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipelineCache.Ptrthat uses the same backing storage as thisVkPipelineCache.Ptr, but with the new size.VkPipelineCache.Ptr.slice(long end) VkPipelineCache.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).