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