Uses of Record Class
club.doki7.openxr.datatype.XrFoveationCustomModeInfoHTC
Packages that use XrFoveationCustomModeInfoHTC
-
Uses of XrFoveationCustomModeInfoHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFoveationCustomModeInfoHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFoveationCustomModeInfoHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFoveationCustomModeInfoHTCModifier and TypeMethodDescriptionstatic XrFoveationCustomModeInfoHTC
@NotNull XrFoveationCustomModeInfoHTC
XrFoveationCustomModeInfoHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFoveationCustomModeInfoHTC
XrFoveationCustomModeInfoHTC.clone
(Arena arena, XrFoveationCustomModeInfoHTC src) XrFoveationCustomModeInfoHTC.configCount
(int value) XrFoveationCustomModeInfoHTC.configs
(@Nullable IXrFoveationConfigurationHTC value) XrFoveationCustomModeInfoHTC.next
(@NotNull MemorySegment value) XrFoveationCustomModeInfoHTC.Ptr.toArray()
XrFoveationCustomModeInfoHTC.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFoveationCustomModeInfoHTCModifier and TypeMethodDescription@NotNull Iterator
<XrFoveationCustomModeInfoHTC> XrFoveationCustomModeInfoHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFoveationCustomModeInfoHTCModifier and TypeMethodDescriptionstatic XrFoveationCustomModeInfoHTC
XrFoveationCustomModeInfoHTC.clone
(Arena arena, XrFoveationCustomModeInfoHTC src) void
XrFoveationCustomModeInfoHTC.Ptr.write
(long index, @NotNull XrFoveationCustomModeInfoHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFoveationCustomModeInfoHTCModifier and TypeMethodDescriptionXrFoveationCustomModeInfoHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFoveationCustomModeInfoHTC> consumer)