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