Uses of Record Class
club.doki7.vulkan.datatype.VkOpticalFlowImageFormatInfoNV
Packages that use VkOpticalFlowImageFormatInfoNV
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkOpticalFlowImageFormatInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkOpticalFlowImageFormatInfoNVModifier and TypeMethodDescriptionintVkInstanceCommands.getPhysicalDeviceOpticalFlowImageFormatsNV(VkPhysicalDevice physicalDevice, VkOpticalFlowImageFormatInfoNV pOpticalFlowImageFormatInfo, IntPtr pFormatCount, @Nullable IVkOpticalFlowImageFormatPropertiesNV pImageFormatProperties) -
Uses of VkOpticalFlowImageFormatInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOpticalFlowImageFormatInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkOpticalFlowImageFormatInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowImageFormatInfoNVModifier and TypeMethodDescription@NotNull VkOpticalFlowImageFormatInfoNVVkOpticalFlowImageFormatInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkOpticalFlowImageFormatInfoNV.clone(Arena arena, VkOpticalFlowImageFormatInfoNV src) VkOpticalFlowImageFormatInfoNV.pNext(@NotNull MemorySegment value) VkOpticalFlowImageFormatInfoNV.sType(int value) VkOpticalFlowImageFormatInfoNV.Ptr.toArray()VkOpticalFlowImageFormatInfoNV.usage(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOpticalFlowImageFormatInfoNVModifier and TypeMethodDescription@NotNull Iterator<VkOpticalFlowImageFormatInfoNV> VkOpticalFlowImageFormatInfoNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkOpticalFlowImageFormatInfoNVModifier and TypeMethodDescriptionVkOpticalFlowImageFormatInfoNV.clone(Arena arena, VkOpticalFlowImageFormatInfoNV src) voidVkOpticalFlowImageFormatInfoNV.Ptr.write(long index, @NotNull VkOpticalFlowImageFormatInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOpticalFlowImageFormatInfoNVModifier and TypeMethodDescriptionVkOpticalFlowImageFormatInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkOpticalFlowImageFormatInfoNV> consumer)