Uses of Record Class
club.doki7.vulkan.datatype.VkOpticalFlowImageFormatPropertiesNV
Packages that use VkOpticalFlowImageFormatPropertiesNV
-
Uses of VkOpticalFlowImageFormatPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOpticalFlowImageFormatPropertiesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkOpticalFlowImageFormatPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOpticalFlowImageFormatPropertiesNVModifier and TypeMethodDescription@NotNull VkOpticalFlowImageFormatPropertiesNV
VkOpticalFlowImageFormatPropertiesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkOpticalFlowImageFormatPropertiesNV.clone
(Arena arena, VkOpticalFlowImageFormatPropertiesNV src) VkOpticalFlowImageFormatPropertiesNV.format
(int value) VkOpticalFlowImageFormatPropertiesNV.pNext
(@NotNull MemorySegment value) VkOpticalFlowImageFormatPropertiesNV.sType
(int value) VkOpticalFlowImageFormatPropertiesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOpticalFlowImageFormatPropertiesNVModifier and TypeMethodDescription@NotNull Iterator
<VkOpticalFlowImageFormatPropertiesNV> VkOpticalFlowImageFormatPropertiesNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkOpticalFlowImageFormatPropertiesNVModifier and TypeMethodDescriptionVkOpticalFlowImageFormatPropertiesNV.clone
(Arena arena, VkOpticalFlowImageFormatPropertiesNV src) void
VkOpticalFlowImageFormatPropertiesNV.Ptr.write
(long index, @NotNull VkOpticalFlowImageFormatPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOpticalFlowImageFormatPropertiesNVModifier and TypeMethodDescriptionVkOpticalFlowImageFormatPropertiesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkOpticalFlowImageFormatPropertiesNV> consumer)