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