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