Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCacheCreateInfo.Ptr
Packages that use VkPipelineCacheCreateInfo.Ptr
-
Uses of VkPipelineCacheCreateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineCacheCreateInfo.PtrModifier and TypeMethodDescriptionVkPipelineCacheCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineCacheCreateInfo> consumer) @NotNull VkPipelineCacheCreateInfo.PtrVkPipelineCacheCreateInfo.Ptr.offset(long offset) @NotNull VkPipelineCacheCreateInfo.PtrVkPipelineCacheCreateInfo.Ptr.reinterpret(long newSize) Assume theVkPipelineCacheCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkPipelineCacheCreateInfo.Ptrthat uses the same backing storage as thisVkPipelineCacheCreateInfo.Ptr, but with the new size.VkPipelineCacheCreateInfo.Ptr.slice(long end) @NotNull VkPipelineCacheCreateInfo.PtrVkPipelineCacheCreateInfo.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).