Uses of Record Class
club.doki7.openxr.datatype.XrViewConfigurationDepthRangeEXT.Ptr
Packages that use XrViewConfigurationDepthRangeEXT.Ptr
-
Uses of XrViewConfigurationDepthRangeEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrViewConfigurationDepthRangeEXT.PtrModifier and TypeMethodDescriptionXrViewConfigurationDepthRangeEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrViewConfigurationDepthRangeEXT> consumer) @NotNull XrViewConfigurationDepthRangeEXT.PtrXrViewConfigurationDepthRangeEXT.Ptr.offset(long offset) @NotNull XrViewConfigurationDepthRangeEXT.PtrXrViewConfigurationDepthRangeEXT.Ptr.reinterpret(long newSize) Assume theXrViewConfigurationDepthRangeEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrViewConfigurationDepthRangeEXT.Ptrthat uses the same backing storage as thisXrViewConfigurationDepthRangeEXT.Ptr, but with the new size.XrViewConfigurationDepthRangeEXT.Ptr.slice(long end) @NotNull XrViewConfigurationDepthRangeEXT.PtrXrViewConfigurationDepthRangeEXT.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).