Uses of Record Class
club.doki7.openxr.datatype.XrNewSceneComputeInfoMSFT.Ptr
Packages that use XrNewSceneComputeInfoMSFT.Ptr
-
Uses of XrNewSceneComputeInfoMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrNewSceneComputeInfoMSFT.PtrModifier and TypeMethodDescriptionXrNewSceneComputeInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrNewSceneComputeInfoMSFT> consumer) @NotNull XrNewSceneComputeInfoMSFT.Ptr
XrNewSceneComputeInfoMSFT.Ptr.offset
(long offset) @NotNull XrNewSceneComputeInfoMSFT.Ptr
XrNewSceneComputeInfoMSFT.Ptr.reinterpret
(long newSize) Assume theXrNewSceneComputeInfoMSFT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrNewSceneComputeInfoMSFT.Ptr
that uses the same backing storage as thisXrNewSceneComputeInfoMSFT.Ptr
, but with the new size.XrNewSceneComputeInfoMSFT.Ptr.slice
(long end) @NotNull XrNewSceneComputeInfoMSFT.Ptr
XrNewSceneComputeInfoMSFT.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).