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 TypeMethodDescriptionintXR.getSystem(XrInstance instance, XrSystemGetInfo getInfo, LongPtr systemId) intXRStatic.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 recordRepresents a pointer to / an array ofXrSystemGetInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemGetInfoModifier and TypeMethodDescriptionstatic XrSystemGetInfo@NotNull XrSystemGetInfoXrSystemGetInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSystemGetInfoXrSystemGetInfo.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 XrSystemGetInfoXrSystemGetInfo.clone(Arena arena, XrSystemGetInfo src) voidXrSystemGetInfo.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)