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