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 TypeMethodDescriptionint
XR.beginSession
(XrSession session, XrSessionBeginInfo beginInfo) int
XRStatic.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 record
Represents a pointer to / an array ofXrSessionBeginInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSessionBeginInfoModifier and TypeMethodDescriptionstatic XrSessionBeginInfo
@NotNull XrSessionBeginInfo
XrSessionBeginInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSessionBeginInfo
XrSessionBeginInfo.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 XrSessionBeginInfo
XrSessionBeginInfo.clone
(Arena arena, XrSessionBeginInfo src) void
XrSessionBeginInfo.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)