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