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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr
that 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).