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