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