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