Uses of Record Class
club.doki7.openxr.handle.XrPassthroughColorLutMETA.Ptr
Packages that use XrPassthroughColorLutMETA.Ptr
-
Uses of XrPassthroughColorLutMETA.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughColorLutMETA.PtrModifier and TypeMethodDescriptionintXR.createPassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, XrPassthroughColorLutMETA.Ptr colorLut) -
Uses of XrPassthroughColorLutMETA.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrPassthroughColorLutMETA.PtrModifier and TypeMethodDescriptionXrPassthroughColorLutMETA.Ptr.allocate(Arena arena, @Nullable XrPassthroughColorLutMETA @NotNull [] values) XrPassthroughColorLutMETA.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPassthroughColorLutMETA> values) XrPassthroughColorLutMETA.Ptr.allocateV(Arena arena, @Nullable XrPassthroughColorLutMETA value0, @Nullable XrPassthroughColorLutMETA... values) XrPassthroughColorLutMETA.Ptr.offset(long offset) XrPassthroughColorLutMETA.Ptr.reinterpret(long newSize) Assume theXrPassthroughColorLutMETA.Ptris capable of holding at leastnewSizehandles, create a new viewXrPassthroughColorLutMETA.Ptrthat uses the same backing storage as thisXrPassthroughColorLutMETA.Ptr, but with the new size.XrPassthroughColorLutMETA.Ptr.slice(long end) XrPassthroughColorLutMETA.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).