Uses of Record Class
club.doki7.vulkan.datatype.VkOpticalFlowExecuteInfoNV
Packages that use VkOpticalFlowExecuteInfoNV
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkOpticalFlowExecuteInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdOpticalFlowExecuteNV(VkCommandBuffer commandBuffer, VkOpticalFlowSessionNV session, VkOpticalFlowExecuteInfoNV pExecuteInfo) -
Uses of VkOpticalFlowExecuteInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOpticalFlowExecuteInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkOpticalFlowExecuteInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescriptionstatic VkOpticalFlowExecuteInfoNV@NotNull VkOpticalFlowExecuteInfoNVVkOpticalFlowExecuteInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkOpticalFlowExecuteInfoNVVkOpticalFlowExecuteInfoNV.clone(Arena arena, VkOpticalFlowExecuteInfoNV src) VkOpticalFlowExecuteInfoNV.flags(int value) VkOpticalFlowExecuteInfoNV.pNext(@NotNull MemorySegment value) VkOpticalFlowExecuteInfoNV.regionCount(int value) VkOpticalFlowExecuteInfoNV.sType(int value) VkOpticalFlowExecuteInfoNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescription@NotNull Iterator<VkOpticalFlowExecuteInfoNV> VkOpticalFlowExecuteInfoNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescriptionstatic VkOpticalFlowExecuteInfoNVVkOpticalFlowExecuteInfoNV.clone(Arena arena, VkOpticalFlowExecuteInfoNV src) voidVkOpticalFlowExecuteInfoNV.Ptr.write(long index, @NotNull VkOpticalFlowExecuteInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescriptionVkOpticalFlowExecuteInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkOpticalFlowExecuteInfoNV> consumer)