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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrFoveationApplyInfoHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationApplyInfoHTCModifier and TypeMethodDescriptionstatic XrFoveationApplyInfoHTC@NotNull XrFoveationApplyInfoHTCXrFoveationApplyInfoHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFoveationApplyInfoHTCXrFoveationApplyInfoHTC.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 XrFoveationApplyInfoHTCXrFoveationApplyInfoHTC.clone(Arena arena, XrFoveationApplyInfoHTC src) voidXrFoveationApplyInfoHTC.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)