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