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 TypeMethodDescriptionintXR.destroyPassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut) intXR.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 XrPassthroughColorLutMETAXrPassthroughColorMapLutMETA.colorLut()@Nullable XrPassthroughColorLutMETAXrPassthroughColorMapInterpolatedLutMETA.sourceColorLut()@Nullable XrPassthroughColorLutMETAXrPassthroughColorMapInterpolatedLutMETA.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 recordRepresents a pointer toXrPassthroughColorLutMETAhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPassthroughColorLutMETAModifier and TypeMethodDescription@Nullable XrPassthroughColorLutMETAXrPassthroughColorLutMETA.Ptr.read()@Nullable XrPassthroughColorLutMETAXrPassthroughColorLutMETA.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) voidXrPassthroughColorLutMETA.Ptr.write(long index, @Nullable XrPassthroughColorLutMETA value) voidXrPassthroughColorLutMETA.Ptr.write(@Nullable XrPassthroughColorLutMETA value) voidXrPassthroughColorLutMETA.Ptr.write(@Nullable XrPassthroughColorLutMETA[] values) voidXrPassthroughColorLutMETA.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)