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 TypeMethodDescriptionint
VkDeviceCommands.createPipelineCache
(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) int
VkDeviceCommands.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.Ptr
static VkPipelineCache.Ptr
static VkPipelineCache.Ptr
VkPipelineCache.Ptr.allocate
(Arena arena, @Nullable VkPipelineCache[] values) static VkPipelineCache.Ptr
VkPipelineCache.Ptr.allocateV
(Arena arena, @Nullable VkPipelineCache value0, @Nullable VkPipelineCache... values) VkPipelineCache.Ptr.offset
(long offset) VkPipelineCache.Ptr.reinterpret
(long newSize) Assume theVkPipelineCache.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineCache.Ptr
that 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).