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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkOpticalFlowSessionCreateInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescription@NotNull VkOpticalFlowSessionCreateInfoNVVkOpticalFlowSessionCreateInfoNV.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.pNext(@NotNull MemorySegment 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) voidVkOpticalFlowSessionCreateInfoNV.Ptr.write(long index, @NotNull VkOpticalFlowSessionCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOpticalFlowSessionCreateInfoNVModifier and TypeMethodDescriptionVkOpticalFlowSessionCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkOpticalFlowSessionCreateInfoNV> consumer)