Uses of Record Class
club.doki7.openxr.datatype.XrFoveationDynamicModeInfoHTC
Packages that use XrFoveationDynamicModeInfoHTC
-
Uses of XrFoveationDynamicModeInfoHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFoveationDynamicModeInfoHTCModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrFoveationDynamicModeInfoHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationDynamicModeInfoHTCModifier and TypeMethodDescription@NotNull XrFoveationDynamicModeInfoHTCXrFoveationDynamicModeInfoHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrFoveationDynamicModeInfoHTC.clone(Arena arena, XrFoveationDynamicModeInfoHTC src) XrFoveationDynamicModeInfoHTC.dynamicFlags(long value) XrFoveationDynamicModeInfoHTC.next(@NotNull MemorySegment value) XrFoveationDynamicModeInfoHTC.Ptr.toArray()XrFoveationDynamicModeInfoHTC.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFoveationDynamicModeInfoHTCModifier and TypeMethodDescription@NotNull Iterator<XrFoveationDynamicModeInfoHTC> XrFoveationDynamicModeInfoHTC.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrFoveationDynamicModeInfoHTCModifier and TypeMethodDescriptionXrFoveationDynamicModeInfoHTC.clone(Arena arena, XrFoveationDynamicModeInfoHTC src) voidXrFoveationDynamicModeInfoHTC.Ptr.write(long index, @NotNull XrFoveationDynamicModeInfoHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFoveationDynamicModeInfoHTCModifier and TypeMethodDescriptionXrFoveationDynamicModeInfoHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrFoveationDynamicModeInfoHTC> consumer)