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