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 TypeMethodDescriptionint
XR.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.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrPassthroughColorLutMETA.Ptr
that 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).