Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainImageFoveationVulkanFB
Packages that use XrSwapchainImageFoveationVulkanFB
-
Uses of XrSwapchainImageFoveationVulkanFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSwapchainImageFoveationVulkanFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSwapchainImageFoveationVulkanFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainImageFoveationVulkanFBModifier and TypeMethodDescription@NotNull XrSwapchainImageFoveationVulkanFBXrSwapchainImageFoveationVulkanFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSwapchainImageFoveationVulkanFB.clone(Arena arena, XrSwapchainImageFoveationVulkanFB src) XrSwapchainImageFoveationVulkanFB.height(int value) XrSwapchainImageFoveationVulkanFB.next(@NotNull MemorySegment value) XrSwapchainImageFoveationVulkanFB.Ptr.toArray()XrSwapchainImageFoveationVulkanFB.type(int value) XrSwapchainImageFoveationVulkanFB.width(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSwapchainImageFoveationVulkanFBModifier and TypeMethodDescription@NotNull Iterator<XrSwapchainImageFoveationVulkanFB> XrSwapchainImageFoveationVulkanFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainImageFoveationVulkanFBModifier and TypeMethodDescriptionXrSwapchainImageFoveationVulkanFB.clone(Arena arena, XrSwapchainImageFoveationVulkanFB src) voidXrSwapchainImageFoveationVulkanFB.Ptr.write(long index, @NotNull XrSwapchainImageFoveationVulkanFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSwapchainImageFoveationVulkanFBModifier and TypeMethodDescriptionXrSwapchainImageFoveationVulkanFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrSwapchainImageFoveationVulkanFB> consumer)