Uses of Record Class
club.doki7.openxr.handle.XrEnvironmentDepthProviderMETA.Ptr
Packages that use XrEnvironmentDepthProviderMETA.Ptr
-
Uses of XrEnvironmentDepthProviderMETA.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrEnvironmentDepthProviderMETA.PtrModifier and TypeMethodDescriptionintXR.createEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, XrEnvironmentDepthProviderMETA.Ptr environmentDepthProvider) -
Uses of XrEnvironmentDepthProviderMETA.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrEnvironmentDepthProviderMETA.PtrModifier and TypeMethodDescriptionXrEnvironmentDepthProviderMETA.Ptr.allocate(Arena arena, @Nullable XrEnvironmentDepthProviderMETA @NotNull [] values) XrEnvironmentDepthProviderMETA.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrEnvironmentDepthProviderMETA> values) XrEnvironmentDepthProviderMETA.Ptr.allocateV(Arena arena, @Nullable XrEnvironmentDepthProviderMETA value0, @Nullable XrEnvironmentDepthProviderMETA... values) XrEnvironmentDepthProviderMETA.Ptr.offset(long offset) XrEnvironmentDepthProviderMETA.Ptr.reinterpret(long newSize) Assume theXrEnvironmentDepthProviderMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrEnvironmentDepthProviderMETA.Ptrthat uses the same backing storage as thisXrEnvironmentDepthProviderMETA.Ptr, but with the new size.XrEnvironmentDepthProviderMETA.Ptr.slice(long end) XrEnvironmentDepthProviderMETA.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).