Uses of Record Class
club.doki7.openxr.datatype.XrFoveationApplyInfoHTC
Packages that use XrFoveationApplyInfoHTC
-
Uses of XrFoveationApplyInfoHTC in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFoveationApplyInfoHTCModifier and TypeMethodDescriptionint
XR.applyFoveationHTC
(XrSession session, XrFoveationApplyInfoHTC applyInfo) -
Uses of XrFoveationApplyInfoHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFoveationApplyInfoHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFoveationApplyInfoHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationApplyInfoHTCModifier and TypeMethodDescriptionstatic XrFoveationApplyInfoHTC
@NotNull XrFoveationApplyInfoHTC
XrFoveationApplyInfoHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFoveationApplyInfoHTC
XrFoveationApplyInfoHTC.clone
(Arena arena, XrFoveationApplyInfoHTC src) XrFoveationApplyInfoHTC.mode
(int value) XrFoveationApplyInfoHTC.next
(@NotNull MemorySegment value) XrFoveationApplyInfoHTC.subImageCount
(int value) XrFoveationApplyInfoHTC.subImages
(@Nullable IXrSwapchainSubImage value) XrFoveationApplyInfoHTC.Ptr.toArray()
XrFoveationApplyInfoHTC.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFoveationApplyInfoHTCModifier and TypeMethodDescription@NotNull Iterator
<XrFoveationApplyInfoHTC> XrFoveationApplyInfoHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFoveationApplyInfoHTCModifier and TypeMethodDescriptionstatic XrFoveationApplyInfoHTC
XrFoveationApplyInfoHTC.clone
(Arena arena, XrFoveationApplyInfoHTC src) void
XrFoveationApplyInfoHTC.Ptr.write
(long index, @NotNull XrFoveationApplyInfoHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFoveationApplyInfoHTCModifier and TypeMethodDescriptionXrFoveationApplyInfoHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFoveationApplyInfoHTC> consumer)