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