Uses of Record Class
club.doki7.openxr.datatype.XrSessionBeginInfo
Packages that use XrSessionBeginInfo
-
Uses of XrSessionBeginInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSessionBeginInfoModifier and TypeMethodDescriptionintXR.beginSession(XrSession session, XrSessionBeginInfo beginInfo) intXRStatic.beginSession(XrSession session, XrSessionBeginInfo beginInfo) -
Uses of XrSessionBeginInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSessionBeginInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSessionBeginInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSessionBeginInfoModifier and TypeMethodDescriptionstatic XrSessionBeginInfo@NotNull XrSessionBeginInfoXrSessionBeginInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSessionBeginInfoXrSessionBeginInfo.clone(Arena arena, XrSessionBeginInfo src) XrSessionBeginInfo.next(@NotNull MemorySegment value) XrSessionBeginInfo.primaryViewConfigurationType(int value) XrSessionBeginInfo.Ptr.toArray()XrSessionBeginInfo.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSessionBeginInfoModifier and TypeMethodDescription@NotNull Iterator<XrSessionBeginInfo> XrSessionBeginInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSessionBeginInfoModifier and TypeMethodDescriptionstatic XrSessionBeginInfoXrSessionBeginInfo.clone(Arena arena, XrSessionBeginInfo src) voidXrSessionBeginInfo.Ptr.write(long index, @NotNull XrSessionBeginInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSessionBeginInfoModifier and TypeMethodDescriptionXrSessionBeginInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrSessionBeginInfo> consumer)