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