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