Uses of Record Class
club.doki7.openxr.handle.XrFoveationProfileFB
Packages that use XrFoveationProfileFB
-
Uses of XrFoveationProfileFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFoveationProfileFB -
Uses of XrFoveationProfileFB in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrFoveationProfileFBModifier and TypeMethodDescription@Nullable XrFoveationProfileFB
XrSwapchainStateFoveationFB.profile()
Methods in club.doki7.openxr.datatype with parameters of type XrFoveationProfileFBModifier and TypeMethodDescriptionXrSwapchainStateFoveationFB.profile
(@Nullable XrFoveationProfileFB value) -
Uses of XrFoveationProfileFB in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrFoveationProfileFBModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrFoveationProfileFB
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrFoveationProfileFBModifier and TypeMethodDescription@Nullable XrFoveationProfileFB
XrFoveationProfileFB.Ptr.read()
@Nullable XrFoveationProfileFB
XrFoveationProfileFB.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrFoveationProfileFBModifier and TypeMethodDescription@NotNull Iterator
<XrFoveationProfileFB> XrFoveationProfileFB.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrFoveationProfileFBModifier and TypeMethodDescriptionstatic XrFoveationProfileFB.Ptr
XrFoveationProfileFB.Ptr.allocate
(Arena arena, @Nullable XrFoveationProfileFB @NotNull [] values) static XrFoveationProfileFB.Ptr
XrFoveationProfileFB.Ptr.allocateV
(Arena arena, @Nullable XrFoveationProfileFB value0, @Nullable XrFoveationProfileFB... values) void
XrFoveationProfileFB.Ptr.write
(long index, @Nullable XrFoveationProfileFB value) void
XrFoveationProfileFB.Ptr.write
(@Nullable XrFoveationProfileFB value) void
XrFoveationProfileFB.Ptr.write
(@Nullable XrFoveationProfileFB[] values) void
XrFoveationProfileFB.Ptr.writeV
(@Nullable XrFoveationProfileFB value0, @Nullable XrFoveationProfileFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrFoveationProfileFBModifier and TypeMethodDescriptionstatic XrFoveationProfileFB.Ptr
XrFoveationProfileFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrFoveationProfileFB> values)