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