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 TypeMethodDescriptionintXR.beginFrame(XrSession session, @Nullable XrFrameBeginInfo frameBeginInfo) intXRStatic.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 recordRepresents a pointer to / an array ofXrFrameBeginInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFrameBeginInfoModifier and TypeMethodDescriptionstatic XrFrameBeginInfo@NotNull XrFrameBeginInfoXrFrameBeginInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFrameBeginInfoXrFrameBeginInfo.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 XrFrameBeginInfoXrFrameBeginInfo.clone(Arena arena, XrFrameBeginInfo src) voidXrFrameBeginInfo.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)