Uses of Record Class
club.doki7.openxr.handle.XrAction.Ptr
Packages that use XrAction.Ptr
-
Uses of XrAction.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrAction.PtrModifier and TypeMethodDescriptionint
XR.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) int
XRStatic.createAction
(XrActionSet actionSet, XrActionCreateInfo createInfo, XrAction.Ptr action) -
Uses of XrAction.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrAction.PtrModifier and TypeMethodDescriptionstatic XrAction.Ptr
static XrAction.Ptr
static XrAction.Ptr
static XrAction.Ptr
XrAction.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrAction> values) static XrAction.Ptr
XrAction.Ptr.offset
(long offset) XrAction.Ptr.reinterpret
(long newSize) Assume theXrAction.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrAction.Ptr
that uses the same backing storage as thisXrAction.Ptr
, but with the new size.XrAction.Ptr.slice
(long end) XrAction.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).