Uses of Record Class
club.doki7.openxr.handle.XrPassthroughColorLutMETA
Packages that use XrPassthroughColorLutMETA
-
Uses of XrPassthroughColorLutMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPassthroughColorLutMETAModifier and TypeMethodDescriptionint
XR.destroyPassthroughColorLutMETA
(XrPassthroughColorLutMETA colorLut) int
XR.updatePassthroughColorLutMETA
(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA updateInfo) -
Uses of XrPassthroughColorLutMETA in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPassthroughColorLutMETAModifier and TypeMethodDescription@Nullable XrPassthroughColorLutMETA
XrPassthroughColorMapLutMETA.colorLut()
@Nullable XrPassthroughColorLutMETA
XrPassthroughColorMapInterpolatedLutMETA.sourceColorLut()
@Nullable XrPassthroughColorLutMETA
XrPassthroughColorMapInterpolatedLutMETA.targetColorLut()
Methods in club.doki7.openxr.datatype with parameters of type XrPassthroughColorLutMETAModifier and TypeMethodDescriptionXrPassthroughColorMapLutMETA.colorLut
(@Nullable XrPassthroughColorLutMETA value) XrPassthroughColorMapInterpolatedLutMETA.sourceColorLut
(@Nullable XrPassthroughColorLutMETA value) XrPassthroughColorMapInterpolatedLutMETA.targetColorLut
(@Nullable XrPassthroughColorLutMETA value) -
Uses of XrPassthroughColorLutMETA in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrPassthroughColorLutMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrPassthroughColorLutMETA
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughColorLutMETAModifier and TypeMethodDescription@Nullable XrPassthroughColorLutMETA
XrPassthroughColorLutMETA.Ptr.read()
@Nullable XrPassthroughColorLutMETA
XrPassthroughColorLutMETA.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrPassthroughColorLutMETAModifier and TypeMethodDescription@NotNull Iterator
<XrPassthroughColorLutMETA> XrPassthroughColorLutMETA.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrPassthroughColorLutMETAModifier and TypeMethodDescriptionXrPassthroughColorLutMETA.Ptr.allocate
(Arena arena, @Nullable XrPassthroughColorLutMETA @NotNull [] values) XrPassthroughColorLutMETA.Ptr.allocateV
(Arena arena, @Nullable XrPassthroughColorLutMETA value0, @Nullable XrPassthroughColorLutMETA... values) void
XrPassthroughColorLutMETA.Ptr.write
(long index, @Nullable XrPassthroughColorLutMETA value) void
XrPassthroughColorLutMETA.Ptr.write
(@Nullable XrPassthroughColorLutMETA value) void
XrPassthroughColorLutMETA.Ptr.write
(@Nullable XrPassthroughColorLutMETA[] values) void
XrPassthroughColorLutMETA.Ptr.writeV
(@Nullable XrPassthroughColorLutMETA value0, @Nullable XrPassthroughColorLutMETA... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPassthroughColorLutMETAModifier and TypeMethodDescriptionXrPassthroughColorLutMETA.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrPassthroughColorLutMETA> values)