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