Uses of Record Class
club.doki7.openxr.handle.XrActionSet.Ptr
Packages that use XrActionSet.Ptr
-
Uses of XrActionSet.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrActionSet.PtrModifier and TypeMethodDescriptionint
XR.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) int
XRStatic.createActionSet
(XrInstance instance, XrActionSetCreateInfo createInfo, XrActionSet.Ptr actionSet) -
Uses of XrActionSet.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionSet.PtrModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets()
Note: the returnedXrActionSet.Ptr
does not have correctsize()
property.Methods in club.doki7.openxr.datatype with parameters of type XrActionSet.PtrModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.actionSets
(XrActionSet.Ptr value) -
Uses of XrActionSet.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrActionSet.PtrModifier and TypeMethodDescriptionstatic XrActionSet.Ptr
static XrActionSet.Ptr
static XrActionSet.Ptr
XrActionSet.Ptr.allocate
(Arena arena, @Nullable XrActionSet @NotNull [] values) static XrActionSet.Ptr
XrActionSet.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrActionSet> values) static XrActionSet.Ptr
XrActionSet.Ptr.allocateV
(Arena arena, @Nullable XrActionSet value0, @Nullable XrActionSet... values) XrActionSet.Ptr.offset
(long offset) XrActionSet.Ptr.reinterpret
(long newSize) Assume theXrActionSet.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrActionSet.Ptr
that uses the same backing storage as thisXrActionSet.Ptr
, but with the new size.XrActionSet.Ptr.slice
(long end) XrActionSet.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).