Uses of Record Class
club.doki7.openxr.datatype.XrSystemGetInfo
Packages that use XrSystemGetInfo
-
Uses of XrSystemGetInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSystemGetInfoModifier and TypeMethodDescriptionint
XR.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) int
XRStatic.getSystem
(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) -
Uses of XrSystemGetInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemGetInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemGetInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemGetInfoModifier and TypeMethodDescriptionstatic XrSystemGetInfo
@NotNull XrSystemGetInfo
XrSystemGetInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSystemGetInfo
XrSystemGetInfo.clone
(Arena arena, XrSystemGetInfo src) XrSystemGetInfo.formFactor
(int value) XrSystemGetInfo.next
(@NotNull MemorySegment value) XrSystemGetInfo.Ptr.toArray()
XrSystemGetInfo.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemGetInfoModifier and TypeMethodDescription@NotNull Iterator
<XrSystemGetInfo> XrSystemGetInfo.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemGetInfoModifier and TypeMethodDescriptionstatic XrSystemGetInfo
XrSystemGetInfo.clone
(Arena arena, XrSystemGetInfo src) void
XrSystemGetInfo.Ptr.write
(long index, @NotNull XrSystemGetInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemGetInfoModifier and TypeMethodDescriptionXrSystemGetInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemGetInfo> consumer)