Uses of Record Class
club.doki7.openxr.datatype.XrEnvironmentDepthImageViewMETA.Ptr
Packages that use XrEnvironmentDepthImageViewMETA.Ptr
-
Uses of XrEnvironmentDepthImageViewMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEnvironmentDepthImageViewMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthImageViewMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEnvironmentDepthImageViewMETA> consumer) @NotNull XrEnvironmentDepthImageViewMETA.PtrXrEnvironmentDepthImageViewMETA.Ptr.offset(long offset) @NotNull XrEnvironmentDepthImageViewMETA.PtrXrEnvironmentDepthImageViewMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthImageViewMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEnvironmentDepthImageViewMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthImageViewMETA.Ptr, but with the new size.XrEnvironmentDepthImageViewMETA.Ptr.slice(long end) @NotNull XrEnvironmentDepthImageViewMETA.PtrXrEnvironmentDepthImageViewMETA.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).XrEnvironmentDepthImageMETA.views()Methods in club.doki7.openxr.datatype with parameters of type XrEnvironmentDepthImageViewMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthImageMETA.views(XrEnvironmentDepthImageViewMETA.Ptr value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEnvironmentDepthImageViewMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthImageMETA.views(@NotNull Consumer<XrEnvironmentDepthImageViewMETA.Ptr> consumer)