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.Ptr
XrEnvironmentDepthImageViewMETA.Ptr.offset
(long offset) @NotNull XrEnvironmentDepthImageViewMETA.Ptr
XrEnvironmentDepthImageViewMETA.Ptr.reinterpret
(long newSize) Assume theXrEnvironmentDepthImageViewMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEnvironmentDepthImageViewMETA.Ptr
that uses the same backing storage as thisXrEnvironmentDepthImageViewMETA.Ptr
, but with the new size.XrEnvironmentDepthImageViewMETA.Ptr.slice
(long end) @NotNull XrEnvironmentDepthImageViewMETA.Ptr
XrEnvironmentDepthImageViewMETA.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)