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