Uses of Record Class
club.doki7.openxr.handle.XrGeometryInstanceFB.Ptr
Packages that use XrGeometryInstanceFB.Ptr
-
Uses of XrGeometryInstanceFB.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrGeometryInstanceFB.PtrModifier and TypeMethodDescriptionint
XR.createGeometryInstanceFB
(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) -
Uses of XrGeometryInstanceFB.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrGeometryInstanceFB.PtrModifier and TypeMethodDescriptionstatic XrGeometryInstanceFB.Ptr
static XrGeometryInstanceFB.Ptr
static XrGeometryInstanceFB.Ptr
XrGeometryInstanceFB.Ptr.allocate
(Arena arena, @Nullable XrGeometryInstanceFB @NotNull [] values) static XrGeometryInstanceFB.Ptr
XrGeometryInstanceFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrGeometryInstanceFB> values) static XrGeometryInstanceFB.Ptr
XrGeometryInstanceFB.Ptr.allocateV
(Arena arena, @Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) XrGeometryInstanceFB.Ptr.offset
(long offset) XrGeometryInstanceFB.Ptr.reinterpret
(long newSize) Assume theXrGeometryInstanceFB.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrGeometryInstanceFB.Ptr
that uses the same backing storage as thisXrGeometryInstanceFB.Ptr
, but with the new size.XrGeometryInstanceFB.Ptr.slice
(long end) XrGeometryInstanceFB.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).