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