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