Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceOpticalFlowFeaturesNV
Packages that use VkPhysicalDeviceOpticalFlowFeaturesNV
-
Uses of VkPhysicalDeviceOpticalFlowFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceOpticalFlowFeaturesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceOpticalFlowFeaturesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceOpticalFlowFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceOpticalFlowFeaturesNV.clone(Arena arena, VkPhysicalDeviceOpticalFlowFeaturesNV src) VkPhysicalDeviceOpticalFlowFeaturesNV.opticalFlow(int value) VkPhysicalDeviceOpticalFlowFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceOpticalFlowFeaturesNV.sType(int value) VkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceOpticalFlowFeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceOpticalFlowFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceOpticalFlowFeaturesNV.clone(Arena arena, VkPhysicalDeviceOpticalFlowFeaturesNV src) voidVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceOpticalFlowFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceOpticalFlowFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceOpticalFlowFeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceOpticalFlowFeaturesNV> consumer)