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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkOpticalFlowExecuteInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowExecuteInfoNVModifier and TypeMethodDescriptionstatic VkOpticalFlowExecuteInfoNV
@NotNull VkOpticalFlowExecuteInfoNV
VkOpticalFlowExecuteInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkOpticalFlowExecuteInfoNV
VkOpticalFlowExecuteInfoNV.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 VkOpticalFlowExecuteInfoNV
VkOpticalFlowExecuteInfoNV.clone
(Arena arena, VkOpticalFlowExecuteInfoNV src) void
VkOpticalFlowExecuteInfoNV.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)