Uses of Record Class
club.doki7.openxr.datatype.XrFoveationProfileCreateInfoFB
Packages that use XrFoveationProfileCreateInfoFB
-
Uses of XrFoveationProfileCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFoveationProfileCreateInfoFBModifier and TypeMethodDescriptionintXR.createFoveationProfileFB(XrSession session, XrFoveationProfileCreateInfoFB createInfo, XrFoveationProfileFB.Ptr profile) -
Uses of XrFoveationProfileCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFoveationProfileCreateInfoFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrFoveationProfileCreateInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationProfileCreateInfoFBModifier and TypeMethodDescription@NotNull XrFoveationProfileCreateInfoFBXrFoveationProfileCreateInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrFoveationProfileCreateInfoFB.clone(Arena arena, XrFoveationProfileCreateInfoFB src) XrFoveationProfileCreateInfoFB.next(@NotNull MemorySegment value) XrFoveationProfileCreateInfoFB.Ptr.toArray()XrFoveationProfileCreateInfoFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFoveationProfileCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator<XrFoveationProfileCreateInfoFB> XrFoveationProfileCreateInfoFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrFoveationProfileCreateInfoFBModifier and TypeMethodDescriptionXrFoveationProfileCreateInfoFB.clone(Arena arena, XrFoveationProfileCreateInfoFB src) voidXrFoveationProfileCreateInfoFB.Ptr.write(long index, @NotNull XrFoveationProfileCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFoveationProfileCreateInfoFBModifier and TypeMethodDescriptionXrFoveationProfileCreateInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrFoveationProfileCreateInfoFB> consumer)