Uses of Record Class
club.doki7.vulkan.datatype.VkOpticalFlowSessionCreateInfoNV
Packages that use VkOpticalFlowSessionCreateInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkOpticalFlowSessionCreateInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.createOpticalFlowSessionNV
(VkDevice device, VkOpticalFlowSessionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkOpticalFlowSessionNV.Ptr pSession) -
Uses of VkOpticalFlowSessionCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOpticalFlowSessionCreateInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkOpticalFlowSessionCreateInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescription@NotNull VkOpticalFlowSessionCreateInfoNV
VkOpticalFlowSessionCreateInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkOpticalFlowSessionCreateInfoNV.clone
(Arena arena, VkOpticalFlowSessionCreateInfoNV src) VkOpticalFlowSessionCreateInfoNV.costFormat
(int value) VkOpticalFlowSessionCreateInfoNV.flags
(int value) VkOpticalFlowSessionCreateInfoNV.flowVectorFormat
(int value) VkOpticalFlowSessionCreateInfoNV.height
(int value) VkOpticalFlowSessionCreateInfoNV.hintGridSize
(int value) VkOpticalFlowSessionCreateInfoNV.imageFormat
(int value) VkOpticalFlowSessionCreateInfoNV.outputGridSize
(int value) VkOpticalFlowSessionCreateInfoNV.performanceLevel
(int value) VkOpticalFlowSessionCreateInfoNV.sType
(int value) VkOpticalFlowSessionCreateInfoNV.Ptr.toArray()
VkOpticalFlowSessionCreateInfoNV.width
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkOpticalFlowSessionCreateInfoNV> VkOpticalFlowSessionCreateInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescriptionVkOpticalFlowSessionCreateInfoNV.clone
(Arena arena, VkOpticalFlowSessionCreateInfoNV src) void
VkOpticalFlowSessionCreateInfoNV.Ptr.write
(long index, @NotNull VkOpticalFlowSessionCreateInfoNV value)