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